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": {
"key": "question-multiple-choice",
"question": "<string>",
"options": [
{
"id": "<string>",
"label": "<string>"
}
],
"minimumNumberOfAnswersRequired": 2,
"maximumNumberOfAnswersAllowed": 2
},
"allocationId": "<string>",
"allocatedTo": "achievement",
"participationStatuses": [
{
"id": "<string>",
"criteriaMet": true,
"output": {
"key": "interaction-external-link",
"eventId": "<string>"
},
"status": "pending",
"participatedAt": "<string>",
"processingStartedAt": "<string>",
"processedAt": "<string>",
"unmetCriteriaMessage": "<string>",
"processingFailedMessage": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"actionGroupId": "<string>"
}
]
}Retrieve a paginated list of action participations.
Supported query parameters:
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": {
"key": "question-multiple-choice",
"question": "<string>",
"options": [
{
"id": "<string>",
"label": "<string>"
}
],
"minimumNumberOfAnswersRequired": 2,
"maximumNumberOfAnswersAllowed": 2
},
"allocationId": "<string>",
"allocatedTo": "achievement",
"participationStatuses": [
{
"id": "<string>",
"criteriaMet": true,
"output": {
"key": "interaction-external-link",
"eventId": "<string>"
},
"status": "pending",
"participatedAt": "<string>",
"processingStartedAt": "<string>",
"processedAt": "<string>",
"unmetCriteriaMessage": "<string>",
"processingFailedMessage": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"actionGroupId": "<string>"
}
]
}1 <= x <= 100x >= 0Successful response
Show child attributes
nudj, discord, facebook, imageAnalysis, instagram, interaction, linkedin, question, platform, spotify, tiktok, twitter, youtube facebook-comment, facebook-follow, facebook-like, image-analysis-object-detection, image-analysis-receipt-detection, instagram-follow, instagram-like, instagram-comment, instagram-share, instagram-post, interaction-engage-with-content, interaction-external-link, interaction-image-upload, interaction-spot-object, platform-comment-on-post, platform-complete-achievement, platform-generative-action, platform-like-post, platform-play-game, platform-validate-event, question-multiple-choice, question-open-ended, question-rate-your-experience, question-secret-access-code, question-select-date, question-select-from-images, question-select-value-in-range, question-select-from-list, question-closed-ended, question-vote, spotify-follow, spotify-listen, spotify-save, tiktok-follow, tiktok-watch, tiktok-post, youtube-like, youtube-comment, youtube-subscribe The attributes of an action
Show child attributes
The multiple choice question action key
question-multiple-choice The multiple choice question to be answered ie 'What is your favorite color?'
1The multiple choice options available to answer the question
2The minimum number of answers required
x >= 1The maximum number of answers allowed
x >= 1achievement, action, community, challenge, post, reward, reward-asset, reward-entry Show child attributes
The output of an action.
pending, in-progress, processed, failed Was this page helpful?