Table of Contents |
---|
...
Page Properties | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
|
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
classification_type | String | Classification type. Dictionary |
| |
model_number | String | Model number for the device |
| |
name | String | Device name |
| |
name_type | Enum | Device name type. Dictionary |
| |
medical_program_id | String | medical program id |
| |
is_active | Boolean | device definition status |
| |
page | Number | Page number |
| |
page_size | Number | A limit on the number of objects to be returned, between 1 and 300. Default: 50 |
|
...
Verify the validity of access token
Return (401, 'Invalid access token') in case of validation fails
Verify that token is not expired
in case of error - return (401, 'Invalid access token')
Check user scopes in order to perform this action (scope = 'device_definitions:read')
Return (403, 'Your scope does not allow to access this resource. Missing allowances: device_definitionsdefinition
s:read') in case of invalid scope(s)
...