Skip to main content
GET
/
apps
/
{app_id}
/
collections
/
{collection_id}
/
records
/
{record_id}
/
download
Download Record Report
curl --request GET \
  --url https://api.example.com/apps/{app_id}/collections/{collection_id}/records/{record_id}/download
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

collection_id
string
required

The ID of the collection

record_id
string
required

The ID of the record

Response

200 - application/json

The response is of type unknown.