/api/task/filter/read/{guid}[/{filters}]#

Retrieving detailed information about a specific Task from the specified Queue by GUID or the name of this Queue based on the specified parameters

  • Endpoint: /api/task/filter/read/{guid}[/{filters}]
  • Method: POST;
  • Authorization: required;
  • Parameters:

Name (required): Guid or Task Name.

  • Example:
Request Response

json</p><p> {</p><p> "Name": "Test Robot",</p><p> } </p><p>

[]