Skip to main content

Report task

PropertyTypeDescriptionInformation
idintIdentifierUnique for single Report task.
report_idintReport id--
namestringReport task name--
is_bugbooleanis bug flagtrue for yes, false for no.
estimated_timeintEstimated time--
reported_timeintReported time--
to_invoice_timeintTime to be invoiced--
to_invoice_pricefloatPrice to be invoiced--
status_idintStatus ididentifier of Status
task_idintTask ididentifier of Task
notestringNote of task--
is_hidden_for_clientbooleanindicates if task should be hidden in public view--
created_atdateReport creation dateDate of Report creation.
updated_atdateReport latest update dateDate of Report latest update.

Example:

{
"id": 25,
"report_id": 11,
"name": "test3",
"is_bug": false,
"estimated_time": 0,
"reported_time": 780,
"to_invoice_time": 780,
"to_invoice_price": 6500,
"status_id": 15,
"task_id": 65,
"note": null,
"is_hidden_for_client": null,
"created_at": "2023-01-11T15:46:49+0100",
"updated_at": "2023-01-11T15:46:49+0100",
"_links": [
{
"href": "/api/v0/report-tasks/25",
"rel": "self",
"type": "GET"
}
]
}