Get Attributes listing
GET/attributes
Returns a list of attributes
Request
Query Parameters
Site Identifier
Next page of results token
Limit Results
10Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Next page of results token
attributes
object[]
List of attributes
Type of Attribute
Possible values: [STANDARD, OPA, GOVERNANCE]
STANDARDAttribute Key
Data Type of Attribute
Possible values: [STRING, NUMBER, BOOLEAN, KEY_ONLY, PUBLICATION, WATERMARK, ENTITY]
STRINGwatermark
object
Watermark Font Size
Watermark text
Watermark Rotation
Watermark Image Document Id
Watermark Scale
Possible values: [FIT_BEST, ORIGINAL]
position
object
Watermark X Position Anchor
Possible values: [LEFT, RIGHT, CENTER]
Watermark Y Position Anchor
Possible values: [TOP, BOTTOM, CENTER]
X offset
Y offset
{
"next": "string",
"attributes": [
{
"type": "STANDARD",
"key": "string",
"dataType": "STRING",
"watermark": {
"fontSize": 0,
"text": "string",
"rotation": 0,
"imageDocumentId": "string",
"scale": "FIT_BEST",
"position": {
"xAnchor": "LEFT",
"yAnchor": "TOP",
"xOffset": 0,
"yOffset": 0
}
}
}
]
}