Use this end point to return all game buckets in paginated form for a game.
All parameters in the request must be posted. Make all requests to the following URL:
https://cloudsave.construct.net/getbuckets.json
Authenticating The Request
No authentication is required for this request.
Request Parameters
- gameID guid Required
- The ID of the game we're fetching the buckets for.
- orderBy string
- One of AZ, ZA, MostBlobs, LeastBlobs, MostData or LeastData. Defaults to AZ, which returns buckets ordered by their name alphabetically..
- page int
- Page of results you're fetching
- perPage int
- Maximum number of players to return on each page of results. Default is 50, and the maximum allowed is 100.