GET api/Computers/Plans/history/{offset}/{count}?companyId={companyId}&year={year}&month={month}
Retrieves a backup history of managed computers (endpoints) by provided parameters
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offset |
The offset parameter defines the number of computers (endpoints) to skip before beginning the retrieval of backup history data |
integer |
Required |
| count |
Number of computers (endpoints) to retrieve |
integer |
Required |
| companyId | globally unique identifier |
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.