ЕСОЗ - публічна документація
Get Person List/Details GraphQL
n/n | description | inputs | expected result GraphQl | actual result GraphQl |
---|---|---|---|---|
GPL1 | Get list without scopes |
| missing allowance person:read | missing allowance person:read |
GPL2 | Get list with scope |
| 200 | 200 |
GPL3 | Get list without Personal Filter |
| "message": "Argument \"filter\" has invalid value $filter.\nIn field \"personal\": Expected type \"PersonPersonalFilter!\", found null." | "message": "Argument \"filter\" has invalid value $filter.\nIn field \"personal\": Expected type \"PersonPersonalFilter!\", found null." |
GPL4 | Get list without Document Filter |
| "message": "Argument \"filter\" has invalid value $filter.\nIn field \"documents\": Expected type \"PersonDocumentsFilter!\", found null." | "message": "Argument \"filter\" has invalid value $filter.\nIn field \"documents\": Expected type \"PersonDocumentsFilter!\", found null." |
GPL5 | Get list by Personal and Documents Filter |
| filtered by documents and personal | filtered by documents and personal |
GPL6 | Get inactive person by Personal and Documents Filter |
| null | null |
GPL7 | Get list person databaseID |
| filtered by by databaseID | |
GPL8 | Get list ordered by ContractOrderBy |
| OrderBy: BIRTH_DATE_ASC | OrderBy: BIRTH_DATE_ASC - done |
GP9 | Get Person Details by globally unique ID | token id | get details by ID | get details by ID |
ЕСОЗ - публічна документація