Skip to main content

Fetch Runtime Controls Data

POST 

/fetchRuntimeControlsData

This API is used to fetch runtime analytics data from SSM.

The Authorization must have Bearer followed by Token.

Mandatory params: analyticsid OR analyticsname, attributes - runtime control params. Sample : For this query - select * from users where manager = ${manager} and username = ${username} "attributes":{ "manager":"4", "username":"johndoe" }

Optional params: max, offset, loggedinuser

Request

Body

    analyticsidstring
    Example: 82

    attributes

    object

    managerstring
    Example: 4
    usernamestring
    Example: johndoe
    loggedinuserstring
    Example: admin
    maxstring
    Example: 10
    offsetstring
    Example: 0

Responses

Fetch Runtime Controls Data

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

Schema

    displaycountnumber
    Example: 1
    errorCodenumber
    Example: 0
    msgstring
    Example: Success

    result

    object[]

  • Array [

  • FIRSTNAMEstring
    Example: John
    USERNAMEstring
    Example: johndoe
  • ]

  • totalnumber
    Example: 1