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

    max string
    status string
    userName string

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

    delegateCount number

    delegateList

    object[]

  • Array [

  • delegateFirstName string
    delegateLastName string
    delegatekey string
    delegateusername string
    description string
    enddate string
    name string
    parentFirstName string
    parentLastName string
    parentusername string
    startdate string
    status string
  • ]

  • errorCode string
    msg string
    totalCount string
Loading...