Company Devices
Fetches a list of devices associated with the specified company. Supports pagination and filtering by assignment status.
Query parameters
company_idintegerRequiredExample:
The ID of the company for which to retrieve devices.
385limitintegerRequiredExample:
The number of devices to retrieve per page.
10pageintegerRequiredExample:
The page number to retrieve.
1is_assignedinteger · enumOptionalExample:
Filter devices by assignment status: 1 for assigned devices, 0 for unassigned devices.
1Possible values: Responses
200
A successful response with the list of devices.
application/json
get
/company/devices200
A successful response with the list of devices.
Last updated