Получить результат работы операции

Возвращает результат работы операции.

Параметры:

  • operation_id: код операции

Request

GET

https://api.forms.yandex.net/v1/operations/{operation_id}

Path parameters

Name

Description

operation_id*

Type: string

Responses

200 OK

OK

Body

application/json
{
    "id": "string",
    "message": "string",
    "status": "ok"
}

Name

Description

id*

Type: string

Код операции

status*

Type: OperationStatusType

Статус операции

Enum: ok, fail, wait, not_running

message

Type: string

Текст операции

OperationStatusType

An enumeration.

Type

Description

OperationStatusType

Enum: ok, fail, wait, not_running

No longer supported, please use an alternative and newer version.

Предыдущая
Следующая