GET api/Status
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Status| Name | Description | Type | Additional information |
|---|---|---|---|
| statusId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| createdDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"statusId": "6730c729-2388-48bd-8ab3-a512b9b41bc9",
"name": "sample string 2",
"createdDate": "2026-03-20T18:37:46.3740627+00:00"
},
{
"statusId": "6730c729-2388-48bd-8ab3-a512b9b41bc9",
"name": "sample string 2",
"createdDate": "2026-03-20T18:37:46.3740627+00:00"
}
]
text/html
Sample:
[{"statusId":"6730c729-2388-48bd-8ab3-a512b9b41bc9","name":"sample string 2","createdDate":"2026-03-20T18:37:46.3740627+00:00"},{"statusId":"6730c729-2388-48bd-8ab3-a512b9b41bc9","name":"sample string 2","createdDate":"2026-03-20T18:37:46.3740627+00:00"}]