Purpose
This method searches and returns request for registration employee by id. This method uses scopes and context.
...
Page Properties | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic
...
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
id |
| String | Required | d290f1ee-6c54-4b01-90e6-d701748f0851 |
Dictionaries
POSITION
EMPLOYEE_TYPE
GENDER
+DOCUMENT_TYPE
PHONE_TYPE
COUNTRY
EDUCATION_DEGREE
QUALIFICATION_TYPE
SPECIALITY_TYPE
SPECIALITY_LEVEL
SPEC_QUALIFICATION_TYPE
Request structure
See on Apiary
Authorize
Request to process the request using a token in the headers
...
Expand | ||
---|---|---|
| ||
|
Post-processing processes
...
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
401 | Error | Access token validation failed |
403 | Error | Check user scopes in order to perform this action failed |
404 |
| 2. Get legal_entity.id from '$.context'. Filter employee requests by legal_entity.id failed |
...