curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/streaks/configs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"isEnabled": true,
"triggerEvents": {
"platform": [
"achievement-completion"
],
"custom": [
"<string>"
]
},
"createdBy": "<string>",
"updatedBy": "<string>",
"communityId": "<string>"
}
]
}Retrieve a paginated list of streak configs.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/streaks/configs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"isEnabled": true,
"triggerEvents": {
"platform": [
"achievement-completion"
],
"custom": [
"<string>"
]
},
"createdBy": "<string>",
"updatedBy": "<string>",
"communityId": "<string>"
}
]
}Was this page helpful?