Sdílet prostřednictvím


Matchmaking URIs

This section provides detail about the Universal Resource Identifier (URI) addresses and associated Hypertext Transport Protocol (HTTP) methods from Xbox Live Services for the matchmaking service.

Domain

momatch.xboxlive.com

Service version

Callers of these HTTP/REST URIs must pass the value 103 or later for X-Xbl-Contract-Version, the HTTP header that specifies the service version of Entertainment Discovery Services (EDS).

System objects and properties

Currently, all configuration of the matchmaking service occurs manually, using the service configuration portion of Partner Center. Some matchmaking information is also reflected in the objects defined for the MPSD.

The main JSON objects used for configuring matchmaking are defined in MatchTicket (JSON) and HopperStatsResults (JSON). Note that all match tickets must define a ticketSessionRef object to provide a reference to a multiplayer session containing the player or players who want to be matched with others.

In this section

/serviceconfigs/{scid}/hoppers/{hoppername}

  Supports a POST operation to create match tickets.

/serviceconfigs/{scid}/hoppers/{name}/stats

  Supports a GET operation for retrieving statistics for a hopper.

/serviceconfigs/{scid}/hoppers/{hoppername}/tickets/{ticketid}

  Supports a DELETE operation for a match ticket.

See also

MatchTicket (JSON)

HopperStatsResults (JSON)

Session Directory URIs

Parent

Universal Resource Identifier (URI) Reference