Request

POST /pub/v1/docflow/{namespace}/{code}/{id}/lists

Path parameters

Parameter name Value Description Additional
namespace string

Workspace code

Required
code string

App code

Required
id uuid

Item ID

Required

Request body

The resource sent in the request body is  Retrieve approval sheets and lists of informed users — Request. It contains the following writable properties:

{
    "status": "string",
    "type": "string"
}

Properties

Name Type Description Additional
status string

Status

Possible values are:

  • in_progress — в процессе;
  • approved — согласовано(только для согласования);
  • rejected — отказано(только для согласования);
  • done — ознакомлен(только для ознакомления);
  • terminated - отменен.
Optional
type string

Type

Possible values are:

  • approval — согласование;
  • inform — ознакомление.
Optional

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Response model for retrieving approval sheets and lists of informed users

Response model for retrieving approval sheets and lists of informed users (Retrieve approval sheets and lists of informed users)
400 Bad Request

Invalid request parameters