Document Types
Retrieve a document type
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Document Types
Retrieve a document type
GET
/
public
/
v3
/
document-types
/
{id}
curl --request GET \
--url https://api.quartr.com/public/v3/document-types/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 7,
"name": "Quarterly Report",
"description": "General form for quarterly reports under Section 13 or 15(d)",
"form": "10-Q",
"updatedAt": "2024-04-09T14:19:21.000Z",
"createdAt": "2024-04-05T14:19:21.000Z",
"category": "Report",
"documentGroupId": 1
}
}
Authorizations
Path Parameters
Response
200
application/json
Example:
7
Example:
"Quarterly Report"
Example:
"2024-04-09T14:19:21.000Z"
Example:
"2024-04-05T14:19:21.000Z"
Example:
"Report"
Example:
"General form for quarterly reports under Section 13 or 15(d)"
Example:
"10-Q"
Example:
1
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/document-types/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 7,
"name": "Quarterly Report",
"description": "General form for quarterly reports under Section 13 or 15(d)",
"form": "10-Q",
"updatedAt": "2024-04-09T14:19:21.000Z",
"createdAt": "2024-04-05T14:19:21.000Z",
"category": "Report",
"documentGroupId": 1
}
}