Request Information

URI Parameters

NameDescriptionTypeAdditional information
statusId

The status identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A status.

MyAccount.Status
NameDescriptionTypeAdditional 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-04-25T18:08:36.7459444Z",
  "description": "Prospect",
  "order": 1
}

text/html

Sample:
{"id":"1","app":"2","code":"Prospect","date":"2025-04-25T18:08:36.7459444Z","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-04-25T18:08:36.7459444Z</Date>
</Status>