Purpose
This WS allows to get detailed LE Reorganization Job info from Admin panel.
...
Page Properties |
---|
|
Link | API paragraph not found | Посилання на Apiary або Swagger | Resource | API paragraph not foundПосилання на ресурс, наприклад: /api/persons/create | Scope | legal_entity_merge_job:read | Scope для доступу | Components | API paragraph not found | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | API paragraph not foundТип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | API paragraph not foundТип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | API paragraph not found | Метод є синхронним чи асинхронним? | Public/Private/Internal | Private | Потрібно зазначити тип методу за ступенем доступності |
|
Expand |
---|
title | legalEntityReorganizationJobQuery |
---|
|
Code Block |
---|
| "Reads a single `LegalEntityReorganizationJob` using its globally unique ID."
legalEntityReorganizationJob(id: ID!): LegalEntityReorganizationJob |
|
...
API paragraph not found
Request data validation
Validate legal entity
Extract client_id from token.
Check client scopes in order to perform this action (scope = 'legal_entity_merge_job:read')
Check legal entity status (status = ACTIVE)
Request data validation
...
Processing
API paragraph not found
...