Skip to content

Relationships

Schema relationships
graph LR
    Reports -->|"company"| CompanyInfo

Properties

idstring
required·

The unique identifier for report

companystring

The company the report belongs to

References: CompanyInfo → id
created_atstring · date-time

This represents the date when the report was created

currencystring

The currency of the report

end_datestring · date-time

The end date of the report

namestring

The name of the report

remote_dataRecord<string, any>

Raw data returned from the remote API call.

report_dataobject

The data of the report

columnsstring[]

The columns of the report

rowsobject[]

The rows of the report

2 properties
dataany[]

The data of the row. The data is in the same order as the columns.

rowsobject[]

The sub-rows of the row. They have the same schema as the parent row.

start_datestring · date-time

The start date of the report