GET api/Computers/{hid}/Plans/history/{offset}/{count}?year={year}&month={month}
Retrieves certain plan history by the specified computer HID and plan ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hid |
HID of the computer |
string |
Required |
| offset | integer |
Required |
|
| count | integer |
Required |
|
| year | integer |
None. |
|
| month | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.