2.1.1 Report object
Represents a generated report.
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | The unique ID of the generated report. |
createdoptional |
Date | The creation date and time of the report. |
statusrequired |
String constant | The state of the generated report. Valid states are:
|
typeoptional |
String | The report type. |
detailsoptional |
String | Details pertaining to this report. |
formatrequired |
String | The report file format. Examples: csv and xlsx. |
urloptional |
String | The URL where the report can be retrieved from. |
Last updated on