Fetch Analytics Details
POST/fetchControlDetails
This web service API is used to fetch the details of analytics controls.
The Authorization must have Bearer followed by Token.
Mandatory params:
controlId - this is the ANALYTICSKEY
Optional params:
max, offset
Request
Path Parameters
path stringrequired
- multipart/form-data
 
Body
controlId string
Responses
- 200
 
Fetch Control Details
Response Headers
Date
string
Server
string
Set-Cookie
string
Transfer-Encoding
string
X-Frame-Options
string
- application/json
 
- Schema
 - Example (from schema)
 - Fetch Control Details
 
Schema
Array [
]
controlDetails
object[]
NAME string
STATUS string
errorCode string
msg string
{
  "controlDetails": [
    {
      "NAME": "0002570",
      "STATUS": "active"
    }
  ],
  "errorCode": "0",
  "msg": "Success"
}
{
  "controlDetails": [
    {
      "NAME": "0002570",
      "STATUS": "active"
    }
  ],
  "errorCode": "0",
  "msg": "Success"
}
Loading...