Company Devices

Retrieve devices associated with a company

get

Fetches a list of devices associated with the specified company. Supports pagination and filtering by assignment status.

Query parameters
company_idintegerRequired

The ID of the company for which to retrieve devices.

Example: 385
limitintegerRequired

The number of devices to retrieve per page.

Example: 10
pageintegerRequired

The page number to retrieve.

Example: 1
is_assignedinteger · enumOptional

Filter devices by assignment status: 1 for assigned devices, 0 for unassigned devices.

Example: 1Possible values:
Responses
200

A successful response with the list of devices.

application/json
get
/company/devices
200

A successful response with the list of devices.

Last updated