Methods

  • POST — Getting a list of outgoing tasks
  • GET — Getting a list of outgoing tasks

Resource

{
    "error": "string",
    "result": {
        "result": [
            "object"
        ],
        "total": "int64"
    },
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
result object

Describes the result of requesting a list of items

Optional
result.result[] array of object

Found items

Optional
result.total int64

Total items

Optional
success boolean

Successful request flag

Optional