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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the activities must be listed | |
limit | string | Number of activities to list | |
type | string | Type of creditworthy activity: default of custom |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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"}]