GET api/packages/statuses
Gets the list of package status
Request Information
Authentication
This method requires user authentication
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfPackageStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of PackageStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"IsDeliveredStatus": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"IsDeliveredStatus": true
}
]
}