Skip to main content

Fetch Runtime Controls Data V2

POST 

/fetchRuntimeControlsDataV2

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

The Authorization must have Bearer followed by Token.

Mandatory params: analyticsid OR analyticsname((if both are passed then analyticsid will be considered), attributes - runtime control params. Sample : For this query - SELECT u.username, u.firstname, u.lastname, u.email, u.manager AS 'USERCONTEXT',u.statuskey FROM users u WHERE u.statuskey is not null and u.statuskey not in (${statuskey}) and u.MANAGER is not null; "attributes":{ "statuskey": "0" }

Optional params: max, offset, requestor

Request

Body

    analyticsidstring
    Example: 121601
    analyticsnamestring
    Example: Direct Reports Runtime1

    attributes

    object

    statuskeystring
    Example: 0
    maxstring
    Example: 10
    offsetstring
    Example: 15
    requestorstring
    Example: admin

Responses

Fetch Runtime Controls Data V2

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

  • X-Frame-Options

    string

Schema

    displaycountnumber
    Example: 10
    errorcodestring
    Example: 0
    msgstring
    Example: success

    results

    object[]

  • Array [

  • USERCONTEXTstring
    Example: 3
    emailstring
    Example: example@saviynt.com
    firstnamestring
    Example: amelia
    lastnamestring
    Example: caputo
    statuskeystring
    Example: 1
    usernamestring
    Example: 1000045
  • ]

  • totalcountnumber
    Example: 28433