Get ranks levels
GET/api/data-fetch/v1/ranks/levels
Levels sequences are distinct from ranks and do not overlap. Each level has a unique name. For example, the Bronze rank includes Levels 1-5, Silver includes Levels 6-8, and Gold includes Levels 9-12. The progression through these levels is determined by accumulated Experience Points (XP).
Request
Responses
- 200
- 400
- 404
- 500
A list of rank levels
Returns a 400 (Bad Request) status code if the parameters are invalid.
If the module or collection is not found in the configuration file, we will return with a 404 Not Found.
If there are connection problems with the database we will return a 500 internal server error.