GET v1/ChartStatus?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetBatchStatusCounts_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Not_Downloaded | integer |
None. |
|
| Downloaded | integer |
None. |
|
| Failed_To_Download | integer |
None. |
|
| Bad_Checksum | integer |
None. |
|
| Failed_Install | integer |
None. |
|
| Installed | integer |
None. |
|
| Cancelled | integer |
None. |
|
| Manually_Installed | integer |
None. |
|
| Invalid_OS | integer |
None. |
|
| PSChiro_Error | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Not_Downloaded": 1,
"Downloaded": 1,
"Failed_To_Download": 1,
"Bad_Checksum": 1,
"Failed_Install": 1,
"Installed": 1,
"Cancelled": 1,
"Manually_Installed": 1,
"Invalid_OS": 1,
"PSChiro_Error": 1
}