Event Types
Retrieve an event type
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Event Types
Retrieve an event type
GET
/
public
/
v3
/
event-types
/
{id}
curl --request GET \
--url https://api.quartr.com/public/v3/event-types/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 26,
"name": "Q1",
"parent": "Earnings Call",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}
Authorizations
Path Parameters
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/event-types/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 26,
"name": "Q1",
"parent": "Earnings Call",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}