curl --request GET \
--url https://api.quartr.com/public/v3/event-types \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 26,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"name": "Q1",
"parent": "Earnings call"
}
],
"pagination": {
"nextCursor": 10
}
}curl --request GET \
--url https://api.quartr.com/public/v3/event-types \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 26,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"name": "Q1",
"parent": "Earnings call"
}
],
"pagination": {
"nextCursor": 10
}
}The maximum number of items to return in a single request.
1 <= x <= 50010
A unique identifier pointing to the starting position for the next set of results.
x >= 02432
The direction of the sort order (id field).
asc, desc "asc"
Was this page helpful?