ЕСОЗ - публічна документація
Get pending verification declarations list/ get declaration by ID
n/n | description | inputs | expected result GraphQl | actual result GraphQl |
---|---|---|---|---|
GDL1 | Get list without scopes |
| missing allowance declaration:read | "exception": { "missingAllowances": [ "declaration:read" ] } } |
GDL1.1 | Get attached documents without scope declaration_documents:read |
| missing allowance declaration_documents:read | "missingAllowances": [ "declaration_documents:read"] |
GDL2 | Get list by doctor |
| 401, Invalid access token | FORBIDDEN, Client is not allowed to access this source |
GPL3 | Get list with scope |
| 200 | 200 |
GPL4 | Get list without Filter |
| get all declarations in status pending_verification | get all declarations in status pending_verification |
GPL5 | Get list with PendingDeclarationFilter |
| get only declarations with reason='no_tax_id' | get only declarations with reason='no_tax_id' |
GPL6 | Get list by ordered by order by |
|
|
INSERTED_AT_ASC |
GP7 | Get Declaration Details by globally unique ID | token id | get details by ID | get details by ID can't receive documents as receive an error <Error> <Code>ExpiredToken</Code> <Message>The provided token has expired.</Message> </Error> |
ЕСОЗ - публічна документація