Get All Progressions
GET
/server/progressions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/progressions?count=10&after=ulid_cursor&include_inactive=true' \
--header 'x-auth-token;'
Response Response Example
{
"items": [
{
"key": "string",
"name": "string",
"id": "string",
"active": true
}
],
"pagination": {
"previous_cursor": "string",
"next_cursor": "string",
"total": 0
}
}
Request
Query Params
count
stringÂ
required
Example:
10
after
stringÂ
required
Example:
ulid_cursor
include_inactive
stringÂ
required
Example:
true
Responses
Modified at 2025-04-07 13:58:05