Skip to main content

Report

PropertyTypeDescriptionInformation
idintIdentifierUnique for single Report.
namestringReport's name--
report_setting_idintReport setting Id--
to_invoice_pricefloatPrice to invoice--
is_activebooleanIs report activetrue for yes, false for no.
stateintState of reportMust be enumerator of report_state
approved_atdateReport changed to approved state date--
sent_atdateReport sent to client date--
invoiced_atdateDate, when report has been invoiced--
from_atdateReport's from date--
to_atdateReport's to date--
created_atdateReport creation dateDate of Report creation.
updated_atdateReport latest update dateDate of Report latest update.
hashstringreport's hash for public view--
approved_by_user_idintuser id that approved report--
sent_by_user_idintuser id that sent report--
invoiced_by_user_idintuser id that invoiced report--
invoice_numberintinvoice number--

Example:

{
"id": 11,
"name": "01 Initiation",
"report_setting_id": 11,
"to_invoice_price": 9500,
"is_active": true,
"state": 1,
"approved_at": null,
"sent_at": null,
"invoiced_at": null,
"from_at": "2023-01-01T00:00:00+0100",
"to_at": "2023-01-31T23:59:59+0100",
"created_at": "2023-01-11T15:46:49+0100",
"updated_at": "2023-01-11T17:26:10+0100",
"hash": "heXH149oREPbrv0KJeqrQF9eABosyDYP3LIPuigJP90uezEGHVvJFpLoKQkdIfJS",
"_links": [
{
"href": "/api/v0/reports/11",
"rel": "self",
"type": "GET"
}
]
}