Skip to content

Reports Object ​



id
string
REQUIRED · 

The unique identifier for report

name
string

The name of the report

company
string

The company the report belongs to

start_date
string · date-time

The start date of the report

end_date
string · date-time

The end date of the report

currency
string

The currency of the report

created_at
string · date-time

This represents the date when the report was created

report_data
object

The data of the report

columns
string[]

The columns of the report

rows
object[]

The rows of the report

data
any[]

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

rows
object[]

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

remote_data
object

Raw data returned from the remote API call.