OptionaldataOptionalfieldsAn array of objects that contains limited meta-data of each field displayed in the report. This assists in building logic that depends on field types and IDs.
Optionalid?: numberField id.
Optionallabel?: stringField label.
Optionaltype?: stringField type.
OptionalmetadataAdditional information about the results that may be helpful. Pagination may be needed if either you specify a smaller number of results to skip than is available, or if the API automatically returns fewer results. numRecords can be compared to totalRecords to determine if further pagination is needed.
The number of fields in each record in the current response object
The number of records in the current response object
Optionalskip?: numberThe number of records to skip
Optionaltop?: numberIf present, the maximum number of records requested by the caller
The total number of records in the result set
An array of objects that either represents the record data or summarized values, depending on the report type.