v1

latestSwagger 2.02026-07-144021.6 KB

Halo 5 - Player Game Variants

Retrieves a list of Game Variants created by a Player.

Changelog

February 21, 2017:

  • Renamed Endpoint from "List Game Variants" to "Halo 5 - Player Game Variants".
  • Removed "{title}" Request Parameter.

August 5, 2016:

  • Added Endpoint.
get/h5/players/{player}/gamevariants

Path parameters

playerstring required

The Gamertag of the Player that owns the listed Game Variants.

Query parameters

startnumber

When specified, this indicates the starting index (0-based) for which the list of results will begin at.

countnumber

When specified, this indicates the maximum quantity of items the caller would like returned in the response.

sortnumber

When specified, this indicates what field should be used to sort the results as the primary sort order. When omitted, "modified" (descending) is the assumed primary sort order. Allowed sort fields are: name, description, accessibility, created, modified, bookmarkCount.

ordernumber

When specified, this indicates the ordering that will be applied. When omitted, "desc" is assumed. Allowed order values are: asc, desc.

Response

The response body will contain a list of the Player-created Game Variants.

All 4 operations