Schema
ResponseData
Type:
object
Download locations for the selected export. Large exports can span multiple files.
data
Type:
array
Download URLs and file sizes for the export.
Array item
Schema:
ResponseDataFile
All schema constraints and annotations
{
"description": "Download URLs and file sizes for the export.",
"items": {
"$ref": "#/components/schemas/ResponseDataFile"
},
"type": "array"
}All schema constraints and annotations
{
"description": "Download locations for the selected export. Large exports can span multiple files.",
"properties": {
"data": {
"description": "Download URLs and file sizes for the export.",
"items": {
"$ref": "#/components/schemas/ResponseDataFile"
},
"type": "array"
}
},
"type": "object"
}