Events
Retrieve an event
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Events
Retrieve an event
GET
/
public
/
v3
/
events
/
{id}
curl --request GET \
--url https://api.quartr.com/public/v3/events/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"id": 128301,
"title": "Q1 2024",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"backlinkUrl": "quartr.com/companies/apple",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}
Authorizations
Path Parameters
Response
200
application/json
Example:
4742
Example:
"2021-09-15T15:00:00.000Z"
Example:
128301
Example:
"Q1 2024"
Example:
26
Example:
"quartr.com/companies/apple"
Example:
"2021-09-19T15:00:00.000Z"
Example:
"2021-09-15T15:00:00.000Z"
Example:
2024
Example:
"Q1"
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/events/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"id": 128301,
"title": "Q1 2024",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"backlinkUrl": "quartr.com/companies/apple",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z"
}
}