Skip to main content

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

Body

    analyticsid string
    offset string

Responses

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

Schema

    attributeDefaultValue string
    attributeKey number
    attributeLabel string
    attributeName string
    attributeValue string
    format string
    orderIndex number
Loading...