getOrgInventoryAPs - SendAndDownload
GET https://{{host}}/api/v1/orgs/:org_id/inventory?type=ap
Response Parameters
Parameter|Type|Description serial|string|device serial model|string|device model type|string|device type, ap mac|string|MAC address name|string|device name if assigned id|string|device id siteid|string|site id if assigned, null if not assigned deviceprofileid|string|deviceprofile id if assigned, null if not assigned connected|boolean|whether the AP is connected createdtime|long|inventory created time, in epoch modifiedtime|long|inventory last modified time, in epoch
Query Options
- Filtered Inventory by
- model
- serial
- magic
- site_id
Example:
https://{{host}}/api/v1/orgs/:org_id/inventory?model=AP41
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string |
RESPONSES
status: OK
[{"serial":"FXLH2015150025","modified_time":1542829778,"id":"00000000-0000-0000-0000-5c5b35000018","model":"AP41","type":"ap","mac":"5c5b35000018","name":"hallway","site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","deviceprofile_id":"6f4bf402-45f9-2a56-6c8b-7f83d3bc98e9","status":"connected","created_time":1542328276}]