GET api/ChangeProgress/GetClients

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfConcurrentDictionaryOfStringAndAuthUserInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Dictionary of string [key] and AuthUserInfo [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "sample string 1": null,
    "sample string 2": null
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.