Retrieves all db Reports

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

db_report
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "a2b3abfe-f689-48e0-b9c6-4845c01c4603",
  "db_report_type_id": "3eee7935-6ef9-4f1b-892d-706951cc28d6",
  "user_id": "6873e4ce-891a-4161-a100-58eb39e5e0df",
  "company_id": "b945005d-c8ac-4aec-b69e-6604eb11678d",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "21721339-4917-4f99-b4dc-a3de6f216f73",
  "id_in_table": "f24726e3-581e-44df-8801-b54b1863639c",
  "date_last_update": "2025-06-07T05:21:16.0708628+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-06-07T05:21:16.0708628+00:00"
}