Fetch Control Attributes
POST/fetchControlAttributes
This API is used for fetching the details of dynamic attributes associated with an analytics control. This can be used for both Elasticsearch and Database analytics. The Authorization
must have Bearer
followed by Token
. Mandatory params: analyticstype
(ES/DB) analyticsname
OR id
Request
- application/json
Body
analyticstypestring
Example:
DB
idstring
Example:
61
maxstring
Example:
1
offsetstring
Example:
0
Responses
- 200
Fetch Control Attributes
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Fetch Control Attributes
Schema
Array [
]
attributesList
object[]
attributeDefaultValuestring
Example:
'Enter Account ID here'
attributeKeynumber
Example:
145
attributeLabelstring
Example:
AWS Accounts
attributeNamestring
Example:
AWS Accounts
attributeValuestring
Example:
formatstring
Example:
String
orderIndexnumber | nullnullable
Example:
null
errorcodestring
Example:
0
msgstring
Example:
Success
{
"attributesList": [
{
"attributeDefaultValue": "'Enter Account ID here'",
"attributeKey": 145,
"attributeLabel": "AWS Accounts",
"attributeName": "AWS Accounts",
"attributeValue": "",
"format": "String",
"orderIndex": null
}
],
"errorcode": "0",
"msg": "Success"
}
{
"attributesList": [
{
"attributeDefaultValue": "'Enter Account ID here'",
"attributeKey": 145,
"attributeLabel": "AWS Accounts",
"attributeName": "AWS Accounts",
"attributeValue": "",
"format": "String",
"orderIndex": null
}
],
"errorcode": "0",
"msg": "Success"
}