Fetches all devices in the project
GET /projects/:project_id/devices
Fetches all devices in the project
Path Parameters
- project_id string required
Project ID
Query Parameters
- fleets string
Fleet IDs
- connected string
Connected
Responses
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":{"devices":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...