Skip to main content

Get details for async process


ApiScope: manage.async.process.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    asyncProcessesUuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    uuid string
    status string

    Possible values: [NOT_STARTED, COMPLETED, FAILED, IN_PROGRESS, NOT_NEEDED]

    asyncTaskType string

    Possible values: [CREATE_DEALER, UPDATE_DEALER_PRODUCTS]

    name string
    startTime string
    endTime string
    taskDetails string
    steps object[]
  • Array [
  • uuid string
    order int32
    key string
    detail string
    name string
    startTime string
    endTime string
    status string

    Possible values: [NOT_STARTED, COMPLETED, FAILED, IN_PROGRESS, NOT_NEEDED]

  • ]
  • serviceSubscriber object
    name string
    uuid string
    business object
    type string

    Possible values: [DEALER, PRODUCT]

    uuid string
    name string
    requesterUser object
    type string

    Possible values: [ADMIN_USER, MYKAARMA_USER, EXTERNAL_USER]

    name string
    uuid string
Loading...