Get missions booster
GET/api/data-fetch/v1/missions/missions-booster
Mission boosters are a mechanism to increase or multiply the amount of contribution to each objective for a period of time. Boosters can be awarded as rewards of other gamification mechanics, and players can also purchase boosters in the reward shop. It contains information to manage boosters that were activated in missions.
Request
Responses
- 200
- 400
- 404
- 500
A JSON array of mission boosters
Returns a 400 (Bad Request) status code if the parameters are invalid.
If the module or collection is not found in the configuration file, returns a 404 Not Found.
Internal server error.