Get player mission bundle state
GET/api/data-fetch/v1/missions/player-missions-bundle
Player mission bundle state holds the current state of the player for a specific mission bundle. On each contribution of the player, this document will accumulate the status for objectives, missions, and the bundle itself. One bundle is composed of several missions and each mission is composed of many objectives.
Request
Responses
- 200
- 400
- 404
- 500
A JSON array of player mission bundles
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.