List device analyzers
GET/api/v1/orgs/{orgId}/devices/{deviceId}/analyzers
Retrieve a paged list of all analyzers defined for a specific device.
Use sorting to order results, skipCount to skip records, and maxResultCount to limit the page size.
Responses
200 OK: Returns a paged list of analyzer definitions.404 Not Found: Device not found.
Security
- This API requires authentication.
Request
Responses
- 200
- 404
OK
Device not found.