GET api/SystemStatus/PCIPortalBasket/{LastUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| StatusDescription | string |
None. |
|
| RowVersion | unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.StatusType, WebPortalRTFAPI",
"StatusCode": "sample string 1",
"StatusDescription": "sample string 2",
"RowVersion": 3
},
{
"$ref": "2"
}
]