Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId |
The account identifier. |
integer |
None. |
| appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of statuses.
Collection of MyAccount.Status| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the status identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| code |
Gets or sets the code. |
ApplicationStatus |
None. |
| date |
Gets or sets the date. |
date |
None. |
| description |
Gets the description. |
string |
None. |
| order |
Gets the order. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"app": "2",
"code": "Prospect",
"date": "2025-11-09T04:04:11.7792107Z",
"description": "Prospect",
"order": 1
},
{
"id": "1",
"app": "2",
"code": "Prospect",
"date": "2025-11-09T04:04:11.7792107Z",
"description": "Prospect",
"order": 1
}
]
text/html
Sample:
[{"id":"1","app":"2","code":"Prospect","date":"2025-11-09T04:04:11.7792107Z","description":"Prospect","order":1},{"id":"1","app":"2","code":"Prospect","date":"2025-11-09T04:04:11.7792107Z","description":"Prospect","order":1}]
application/xml, text/xml
Sample:
<ArrayOfStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Status>
<StatusId>1</StatusId>
<AppId>2</AppId>
<Code>Prospect</Code>
<Date>2025-11-09T04:04:11.7792107Z</Date>
</Status>
<Status>
<StatusId>1</StatusId>
<AppId>2</AppId>
<Code>Prospect</Code>
<Date>2025-11-09T04:04:11.7792107Z</Date>
</Status>
</ArrayOfStatus>