v4

latestSwagger 2.02026-08-0343714211.7 MB
requests
Requests

Create Request

Create Request

post/requests

Response

The Requests object.

idinteger

Request ID

pathstring

Folder path

sourcestring

Source filename, if applicable

destinationstring

Destination filename

automation_idinteger

ID of automation that created request

user_display_namestring

User making the request (if applicable)

Example response

{
  "id": 1,
  "path": "example",
  "source": "example",
  "destination": "example",
  "automation_id": 1,
  "user_display_name": "example"
}