...
Filter | Values | Type | Description | Example |
---|---|---|---|---|
employee_id |
| String | user_id of a doctor |
|
legal_entity_id | String | MSP ID |
| |
status |
| Enum |
|
|
page | Number | Page number | 2 | |
page_size | Number | A limit on the number of objects to be returned, between 1 and 100. Default: 50 | 50 |
Request structure
API paragraph not found
Authorize
Verify the validity of access token
Return 401 in case validation fails
Check scopes in order to perform this action (scope = 'declaration_request:read')
Return 403 in case invalid scope(s)
...