Skip to main content

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

Body

    application string
    category string

Responses

Fetch Control List

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    controls

    object[]

  • Array [

  • analyticsId number
    analyticsName string
    application string
    category string
    conflictCount number
    controlid number
    description string
    lastRun string
    recommendations string
    risk string
  • ]

  • errorCode string
    msg string
Loading...