Get shadow definitions
GET /api/v1/orgs/:org_id/projects/:project_id/shadow-definitions
Get all shadow definitions linked to a project in the ORG.
Path Parameters
- project_id string required
Project ID
Query Parameters
- fleets string
Comma separated fleet IDs
- devices string
Comma separated device IDs
- ids string
Comma separated shadow definition IDs
- fields string
Comma separated fields to be fetched
Responses
- 200
- 400
Success" {"ok":1,"data":{"shadowDefinitions":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"Failed to fetch shadow definitions","error":"Error message"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...