Skip to main content

Возвращает список всех инициированных пользователем ранее асинхронных задач на импорт номенклатуры

GET 

/v5/orgs/:org_guid/async/imports/nomenclature

Возвращает список всех инициированных пользователем ранее асинхронных задач на импорт номенклатуры

Request

Path Parameters

    org_guid uuidrequired

    Уникальный идентификатор организации

Query Parameters

    page_token string
    presentation PresentationModes

    Possible values: [compact, full]

    created_from date-time
    created_to date-time
    updated_from date-time
    updated_to date-time
    order_by AsyncTaskOrdering

    Possible values: [created_at_asc, created_at_desc, updated_at_asc, updated_at_desc]

    task_status AsyncTaskStatuses[]

    Possible values: [InQueue, InProgress, WaitingForFeedback, Completed, Canceled]

    Статус задачи

Header Parameters

    Accept-Language stringrequired

    Язык используемый для ответов

    Example: ru-RU
    X-LP-Client-Identifier stringrequired

    Идентификатор клиента

    Example: 16d1f9cd-4d1b-459b-9b8a-1f8f6e3bee3e
    X-LP-Client-Type stringrequired

    Possible values: [Unknown, App, WebApp, Service]

    Тип клиента

    Example: App
    X-LP-Client-Name string

    Имя клиента

    Example: Swagger
    X-LP-Client-OS-Name string

    ОС клиента

    Example: SwaggerDoc
    X-LP-Client-OS-Version string

    Версия ОС клиента

    Example: 1.0
    X-LP-Client-Screen-Resolution string

    Разрешение экрана ОС клиента

    Example: 1280x0900
    X-LP-Client-Model string

    Модель оборудования клиента

    Example: Chrome 75
    X-LP-Organization-Alias string

    Организация по умолчанию

    X-LP-Client-Extensions csv

    Поддерживаемые клиентом расширения моделей

Responses

Success

Schema

    items

    object[]

    nullable

  • Array [

  • parameters

    object

    import_strategy NomenclatureImportStrategies (string)

    Possible values: [FullImport, IncrementalImport]

    attributes_for_matching

    object

    use_good_name boolean
    use_barcodes_ean13 boolean
    use_barcodes_local boolean
    file uuid
    is_confirmed boolean
    status AsyncTaskStatuses (string)

    Possible values: [InQueue, InProgress, WaitingForFeedback, Completed, Canceled]

    progress int32

    resolutions

    object[]

    nullable

  • Array [

  • message stringnullable
    type ResolutionTypes (string)

    Possible values: [Information, Warning, Error]

  • ]

  • organization

    object

    guid uuid
    type_of stringnullable
    created_at date-time
    updated_at date-time
    deleted_at date-timenullable
    meta stringnullable

    Possible values: <= 128 characters

    meta_data

    object

    nullable

    property name* string
    guid uuid
    type_of stringnullable
  • ]

  • next_page_token stringnullable
    page_number int32
    pages_total int32
    items_per_page int32
    items_total int32
    type_of stringnullable
Loading...