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",
"updatedAt": "2024-04-09T14:19:21.000Z",
"createdAt": "2024-04-05T14:19:21.000Z",
"category": "Report",
"description": "General form for quarterly reports under Section 13 or 15(d)",
"form": "10-Q",
"documentGroupId": 1
}
}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",
"updatedAt": "2024-04-09T14:19:21.000Z",
"createdAt": "2024-04-05T14:19:21.000Z",
"category": "Report",
"description": "General form for quarterly reports under Section 13 or 15(d)",
"form": "10-Q",
"documentGroupId": 1
}
}Show child attributes
7
"Quarterly Report"
"2024-04-09T14:19:21.000Z"
"2024-04-05T14:19:21.000Z"
"Report"
"General form for quarterly reports under Section 13 or 15(d)"
"10-Q"
1
Was this page helpful?