Fetch Control Details ES
POST/fetchControlDetailsES
This API performs the action specified under the Default_Action_For_Analytics
parameter and retrieves records starting from the offset. This API can return the response even if the offset
parameter is set beyond 1000. Now, the response of this API displays an additional offset attribute. Starting with Release v24.1, the behavior of this API has been modified as follows: - For newly created analytics controls: You can swiftly execute and retrieve the history of newly created analytics controls.
- For previously existing analytics controls: To expedite fetching the run history of previously existing analytics controls, you must initially run the control on the Analytics Configuration List page within the user interface. Subsequently, you can use the API to fetch the run history.
The Authorization
must have Bearer
followed by Token
. Mandatory params: - controlId
- this is the ANALYTICSKEY
offset
- Specify the value from where the records must be retrieved
Optional params: max
Request
- application/json
Body
Responses
- 200
Fetch Control Details ES / Fetch Control Details ES / Offset value set < 1000 / Offset value set > 1000 / max parameter set / Removed max parameter
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
Schema
{
"attributeDefaultValue": "'Enter Account ID here'",
"attributeKey": 145,
"attributeLabel": "AWS Accounts",
"attributeName": "AWS Accounts",
"attributeValue": "",
"format": "String",
"orderIndex": 0
}