GET api/Status
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Status| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StatusStr | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"statusStr": "sample string 2"
},
{
"$ref": "1"
}
]