Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

Task Templates - Tasks API

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

List all tasks that were created using the task template with a specific ID.

GET /task_templates/:id/tasks
Status: 200 OK
[
{
"created_at": "2016-03-14T03:14:17-06:00",
"category": "implementation",
"finished_at": null,
"sourceID": null,
"updated_at": "2016-03-14T03:14:17-06:00",
"member": {
"name": "Barney Turban",
"id": 58
},
"subject": "Inform approvers and requesters of the completion of the workflow",
"id": 95,
"impact": "none",
"team": {
"name": "Windows Servers",
"id": 14
},
"status": "registered",
"completion_target_at": "2016-03-15T16:33:00-06:00"
},
"..."
]

The response contains these fields by default.

The following predefined filters are available:

  • /task_templates/:id/tasks/finished : List all finished tasks of a task template with a specific ID
  • /task_templates/:id/tasks/open : List all open tasks of a task template with a specific ID

Filtering is available for the following fields :

status