Authorizations
Query Parameters
Required range:
1 <= x <= 100
Required range:
x >= 0
Available options:
criteriaMet
, criteriaUnmet
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/action-participations \
--header 'x-api-token: <api-key>'
{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"actionId": "<string>",
"userId": "<string>",
"actionCategory": "nudj",
"actionKey": "facebook-comment",
"actionAttributes": "<any>",
"allocationId": "<string>",
"allocatedTo": "achievement",
"actionGroupId": "<string>",
"participationStatuses": [
{
"id": "<string>",
"criteriaMet": true,
"output": "<any>",
"status": "pending",
"participatedAt": "<string>",
"processingStartedAt": "<string>",
"processedAt": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}
Retrieve a paginated list of action participations.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/action-participations \
--header 'x-api-token: <api-key>'
{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"actionId": "<string>",
"userId": "<string>",
"actionCategory": "nudj",
"actionKey": "facebook-comment",
"actionAttributes": "<any>",
"allocationId": "<string>",
"allocatedTo": "achievement",
"actionGroupId": "<string>",
"participationStatuses": [
{
"id": "<string>",
"criteriaMet": true,
"output": "<any>",
"status": "pending",
"participatedAt": "<string>",
"processingStartedAt": "<string>",
"processedAt": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}
1 <= x <= 100
x >= 0
criteriaMet
, criteriaUnmet
Was this page helpful?