Fetch List of Analytics
POST/fetchControlList
This operation fetches a list of Analytic Controls by Category or Application ("EndpointName").
Optional params:
application,
category,
max,
offset
The Authorization must have Bearer followed by Token.
Request
Path Parameters
path stringrequired
- application/x-www-form-urlencoded
 
Body
application string
category string
Responses
- 200
 
Fetch Control List
Response Headers
Date
string
Server
string
Set-Cookie
string
Transfer-Encoding
string
X-Frame-Options
string
- application/json
 
- Schema
 - Example (from schema)
 - Fetch Control List
 
Schema
Array [
]
controls
object[]
analyticsId number
analyticsName string
application string
category string
conflictCount number
controlid nullable
description string
lastRun string
recommendations string
risk string
errorCode string
msg string
{
  "controls": [
    {
      "analyticsId": 45,
      "analyticsName": "Test 1",
      "application": "System1",
      "category": "Certification",
      "conflictCount": 14,
      "controlid": null,
      "description": "",
      "lastRun": "05-01-2017 21:10:03",
      "recommendations": "",
      "risk": "High"
    }
  ],
  "errorCode": "0",
  "msg": "Success"
}
{
  "controls": [
    {
      "analyticsId": 45,
      "analyticsName": "Test 1",
      "application": "System1",
      "category": "Certification",
      "conflictCount": 14,
      "controlid": null,
      "description": "",
      "lastRun": "05-01-2017 21:10:03",
      "recommendations": "",
      "risk": "High"
    }
  ],
  "errorCode": "0",
  "msg": "Success"
}
Loading...