List levels
GET {{baseUrl}}/api/v1/levels
This API lists a particular number of levels, based on the limit defined.
OAuth Scope
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the levels must be listed | |
limit | string | Number of limits to list |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
[{"badge":{"name":"Best Contributor","id":"3000000000345","iconUrl":"https://www.zylker.com/badge1.jpg"},"pointsToReach":"200","name":"Level 1","description":"Beginner","id":"3000000000335"}]