Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statusId |
The status identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A status.
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-09T05:47:21.5931941Z",
"description": "Prospect",
"order": 1
}
text/html
Sample:
{"id":"1","app":"2","code":"Prospect","date":"2025-11-09T05:47:21.5931941Z","description":"Prospect","order":1}
application/xml, text/xml
Sample:
<Status xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StatusId>1</StatusId> <AppId>2</AppId> <Code>Prospect</Code> <Date>2025-11-09T05:47:21.5931941Z</Date> </Status>