Retrieves the db report with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "60c508e1-94ad-4ffe-bae1-72d44ef3c33d",
  "db_report_type_id": "c91d4f38-967d-4dac-86de-a16d158d0423",
  "user_id": "b52ac25c-cc9d-4e81-adce-1d19c171b6ce",
  "company_id": "a84494d0-2e24-410e-8f74-d6a578475f1f",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "937e57f2-fdff-4f12-be09-7f58516d2efb",
  "id_in_table": "3c6b77fb-d37a-4d37-9bc9-f2b61ca80797",
  "date_last_update": "2025-04-26T18:57:35.5058977+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-04-26T18:57:35.5058977+00:00"
}