Reports
Retrieve a report
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Reports
Retrieve a report
GET
/
public
/
v3
/
documents
/
reports
/
{id}
curl --request GET \
--url https://api.quartr.com/public/v3/documents/reports/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"companyId": 4742,
"eventId": 128301,
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}
Authorizations
Path Parameters
Response
200
application/json
Example:
"https://quartr.com/file.pdf"
Example:
432907
Example:
7
Example:
"2021-09-19T15:00:00.000Z"
Example:
"2021-09-15T15:00:00.000Z"
Example:
4742
Example:
128301
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/documents/reports/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"companyId": 4742,
"eventId": 128301,
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}