List creditworthy activities

GET {{baseUrl}}/api/v1/credits

This API lists a particular number of creditworthy activities, based on the limit defined.

OAuth Scope

  • Desk.settings.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number, starting from which the activities must be listed
limitstringNumber of activities to list
typestringType of creditworthy activity: default of custom

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

[{"isEnabled":"true","name":"Post Idea","isCustom":"false","description":"Post an Idea to get 100 points","id":"3000000000315","points":"100"},{"isEnabled":"true","name":"Post Question","isCustom":"false","description":"Post a Question to get 50 points","id":"3000000000320","points":"50"}]