Retrieves the db report with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
db_report| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| db_report_type_id |
db report type id |
globally unique identifier |
Required |
| user_id |
Created user id |
globally unique identifier | |
| company_id |
The Final company that own this report (If WO Report, the company that owns the installation/project) |
globally unique identifier |
Optionally required : company_id,company_code or node company must be provided |
| company_code |
Embedded entity "company" using ERP PK when adding/updating db_report |
string |
Optionally required : company_id, company_code or company must be provided |
| company |
Embedded entity "company" when adding/updating db_report |
company |
Optionally required : company_id, company_code or company must be provided |
| db_table_name |
TableName which db report linked to. Possible value are jobs or meeting |
string |
Optionally required : db_table_id or db_table_name must be provided |
| db_table_id |
Table ID which db report linked to. |
globally unique identifier |
Optionally required : db_table_id or db_table_name must be provided |
| id_in_table |
Item id of the table which db report linked to |
globally unique identifier | |
| date_last_update |
Date last updated |
date | |
| reference_back_office | string |
Max length: 255 |
|
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "ea70ad34-da44-40ff-8f74-ea85e96c9b3e",
"db_report_type_id": "9650ed48-2e6a-4614-9cfe-92d011fd5f9b",
"user_id": "0c90d849-b9f0-4b51-ac30-02862512080a",
"company_id": "d4e98c68-3a18-45d7-aaa1-64c9d0197747",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "241fc86a-e61c-4486-bba1-fc315af8f481",
"id_in_table": "b16e187f-572a-4744-a965-2efdafbe6418",
"date_last_update": "2026-03-17T01:27:41.2390816+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-03-17T01:27:41.2390816+00:00"
}