JavaScript
Admin
List points levels
List points levels for a system.
GET
JavaScript
Authorizations
Headers
The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.
Path Parameters
The UUID of the points system.
Query Parameters
Number of records to return.
Required range:
1 <= x <= 100Number of records to skip from the start of the list.
Required range:
x >= 0Response
A paginated list of points levels.
The UUID of the level.
The name of the level.
The level key.
The threshold points value for the level.
The level description.
The badge for the level, or null if no badge is set.