Skip to main content

Fetch Existing Delegates List

POST 

/fetchDelegatesList

This API is used to retrieve the list of existing delegates and their details. If any optional parameter is not specified then only active delegates are displayed. The Authorization must have Bearer followed by Token. Mandatory params: userName - this is the parentusername Optional params: max, offset, status - values can be ACTIVE / INACTIVE

Request

Body

    maxstring
    Example: 2
    statusstring
    Example: ACTIVE
    userNamestring
    Example: U013053

Responses

Fetch Existing Delegates List

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

    delegateCountnumber
    Example: 1

    delegateList

    object[]

  • Array [

  • delegateFirstNamestring
    Example: Daniel
    delegateLastNamestring
    Example: Schibler
    delegatekeystring
    Example: 1
    delegateusernamestring
    Example: U011556
    descriptionstring
    Example:
    enddatestring
    Example: 08/18/2020
    namestring
    Example: delegatetest
    parentFirstNamestring
    Example: Maureen
    parentLastNamestring
    Example: Knauber
    parentusernamestring
    Example: U013053
    startdatestring
    Example: 07/14/2020
    statusstring
    Example: ACTIVE
  • ]

  • errorCodestring
    Example: 0
    msgstring
    Example: successful
    totalCountstring
    Example: 1