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

Path Parameters

    path stringrequired

Body

    application string
    category string

Responses

Fetch Control List

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • Transfer-Encoding

    string

  • X-Frame-Options

    string

Schema

    controls

    object[]

  • Array [

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

  • errorCode string
    msg string
Loading...