Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Purpose

This WS allows to find Legal Entity Reorganization Jobs in Admin panel using search params.

...

Page Properties
idAPI_Specification
Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription

Link

Посилання на Apiary або SwaggerAPI paragraph not found

Resource

Посилання на ресурс, наприклад: /api/persons/createAPI paragraph not found

Scope

legal_entity_merge_job:read

Scope для доступу

Components

Components

API paragraph not found

Microservices

Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABACAPI paragraph not found

Protocol type

Тип протоколу, який використовується запитом, наприклад: SOAP | REST API paragraph not found

Request type

Тип запиту API, наприклад: GET, POST, PATCH…API paragraph not found

Sync/Async

Метод є синхронним чи асинхронним?API paragraph not found

Public/Private/Internal

Private

Потрібно зазначити тип методу за ступенем доступності

Expand
titlelegalEntitiesReorganizationJobsQuery
Code Block
languagegraphql
  "Reads and enables pagination through a set of `LegalEntityReorganizationJob`."
  legalEntityReorganizationJobs(
    "A condition to be used in determining which values should be returned by the collection."
    filter: LegalEntityReorganizationJobFilter
    "The method to use when ordering collection items."
    orderBy: LegalEntityReorganizationJobOrderBy
    "Read all values in the set after (below) this cursor."
    after: String
    "Read all values in the set before (above) this cursor."
    before: String
    "Only read the first _n_ values of the set."
    first: Int
    "Only read the last _n_ values of the set."
    last: Int
  ): LegalEntityReorganizationJobConnection!
"""
Filter for Legal entity reorganization job.
"""
input LegalEntityReorganizationJobFilter {
  "Legal entity reorganization job status filters."
  status: JobStatus
  "Legal entity reorganization job type filters."
  type: LegalEntityReorganizationJobType
  "Reorganized Legal entity data filters."
  reorganizedLegalEntity: ReorganizedLegalEntityFilter 
}

...

Post-processing processes*

API paragraph not found

HTTP status codes

...

API paragraph not found