Skip to main content

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

Body

    analyticstype string
    id string
    max string
    offset string

Responses

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

Schema

    attributesList

    object[]

  • Array [

  • attributeDefaultValue string
    attributeKey number
    attributeLabel string
    attributeName string
    attributeValue string
    format string
    orderIndex numbernull
  • ]

  • errorcode string
    msg string
Loading...