Skip to main content

Task

PropertyTypeDescriptionInformation
idintIdentifierUnique for single status.
namestringName of task--
project_idintProject ID of assigned task--
goodday_idstringGoodDay ID--
parent_idintParent task ID--
status_idintStatus ID of taskID of selected Status
descriptionstringDescription of status--
created_by_user_idintUser IDUser
assigned_to_user_idintUser IDUser
action_required_by_user_idintUser IDUser
start_datedateTask start date--
end_datedateTask end date--
deadline_datedateTask deadline date--
billableboolBillable flagtrue for billable, false for not billable.
priorityintPriority of task--
estimateintEstimate--
progressintProgress of task--
costsintProgress of task--
billingsarrayProgress of task--
profitintProfit of task in percentage--
work_timearrayWork times of task--
closed_atdateTask closed date--
goodday_created_atdateTask creation date in GoodDayDate of Task creation in GoodDay.
id_doneboolTask is done flag--
last_activitydateTimeLast activity reportedTime of Task's last activity.
created_atdateTask creation dateDate of Task creation.
updated_atdateTask latest update dateDate of Task latest update.

Example:

{
"id": 6,
"name": "kkk",
"project_id": 2,
"goodday_id": "HnFjN0",
"parent_id": null,
"status_id": 17,
"description": null,
"created_by_user_id": 3,
"assigned_to_user_id": 2,
"action_required_by_user_id": null,
"start_date": null,
"end_date": null,
"deadline_date": null,
"billable": true,
"priority": 5,
"estimate": 180,
"progress": null,
"costs": 150,
"billings": {
"to_invoice": 0,
"invoiced": 0
},
"profit": -100,
"work_time": {
"user_groups": {
"2": {
"users": [
{
"user_id": 2,
"time": 60
},
{
"user_id": 2,
"time": 120
}
],
"user_group_id": 2,
"percentage": 50,
"reported_time": 180
},
"1": {
"users": [
{
"user_id": 3,
"time": 180
}
],
"user_group_id": 1,
"percentage": 50,
"reported_time": 180
}
},
"reported_time": 360,
"estimated_time": 180,
"progress": 200
},
"closed_at": "2022-12-13T12:22:12+0100",
"goodday_created_at": "2022-12-02T08:45:04+0100",
"is_done": false,
"last_activity": "1970-01-01T00:00:01.000000Z",
"created_at": "2022-12-19T10:19:37+0100",
"updated_at": "2022-12-19T10:19:37+0100",
"_links": [
{
"href": "/api/v0/tasks/6",
"rel": "self",
"type": "GET"
}
]
}