GET /processes/:processId/invites
Description
Get a list of invites the player has sent out to join a processes
Only invites sent out the player himself to other players will be listed
Resource URL
https://api.playlyfe.com/processes/:processId/invites
Method
GET
Scopes
player, game, debug
Parameters
Location | Parameter Name | Default Value | Description |
---|---|---|---|
Query | processId | The process ID |
Example
Request
GET https://api.playlyfe.com/processes/neo/therealmatrix/invites
Response
{ "data": [ { "event": "invite", "timestamp": "2014-03-02T17:37:29.371Z", "invitee": { "id": "trinity", "alias": "Trinity" } "roles": { "~": "player" }, "state": "PENDING", "id": "53c42eb0-a231-11e3-b632-ede196eae44e" } ], "total": 1 }