Page: task_record
v.18 by Vyacheslav Metelkin
2019-11-25 05:11
2019-11-25 05:11
Task record
{
"task": {
"id": 290,
"title": "Task title",
"description":"Task desc",
"done":false,
"organization_id": 44,
"group_id": 109,
"creator_id": 43,
"executor_id": 11,
"last_change_user_id":21,
"group": <group_record>,
"creator": <user_record>,
"executor": <user_record>,
"organization": <organization_record>,
"last_change_user": <user_record>,
"count_comments": 0,
"attachments": <attachment_record>
}
For more information, see user record, organization record, chat subscriptions, task comment record, attachment record