GET api/Computers/{offset}/{count}
Retrieves a list 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 data |
integer |
Required |
count |
Number of computers (endpoints) to retrieve |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.