cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/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>", "unmetCriteriaMessage": "<string>", "processingFailedMessage": "<string>" } ], "createdAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve a paginated list of action participations.
Supported query parameters:
1 <= x <= 100
x >= 0
Successful response
Show child attributes
Was this page helpful?