curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/events \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"nonce": "<string>",
"eventCategory": "achievement",
"eventSubCategory": "achievement-completion",
"createdAt": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"userId": "<string>",
"eventSourceId": "<string>",
"payload": {
"name": "<string>"
},
"tags": [
"<string>"
]
}
]
}Retrieve a paginated list of events.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/events \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"nonce": "<string>",
"eventCategory": "achievement",
"eventSubCategory": "achievement-completion",
"createdAt": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"userId": "<string>",
"eventSourceId": "<string>",
"payload": {
"name": "<string>"
},
"tags": [
"<string>"
]
}
]
}1 <= x <= 100x >= 0Was this page helpful?