Skip to main content

Retrieve Dashboard Tiles Data

POST 

/mobileDashboard

This API call can be used to fetch details like number of open userrequests, number of attestations, number of delegates, and number of pending approvals for a specific user.

The Authorization must have Bearer followed by Token.

Mandatory params: userName

Request

Body

    userNamestring
    Example: admin

Responses

Mobile Dashboard

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    attestations

    object

    totalcountnumber
    Example: 148

    delegates

    object

    totalcountnumber
    Example: 17
    errorCodestring
    Example: 0
    msgstring
    Example: successful

    pendingrequests

    object

    highcountnumber
    Example: 272
    lowcountnumber
    Example: 43
    mediumcountnumber
    Example: 22
    totalcountnumber
    Example: 337

    userrequests

    object

    openrequestcountnumber
    Example: 317