GET api/v1/membergames/get/{filter}

Gets all of the member memberGame based on the input filter Beta 0.4 - added TotalPlayers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

The types of memberGame to return. a = available public memberGame member = memberGame that the member is manager / is the owner of p = memberGame that the member is playing

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MemberGamesSummaryViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

GameId

integer

None.

EventId

integer

None.

EventName

string

None.

CategoryId

integer

None.

OwnerId

integer

None.

GameTypeId

byte

None.

IsActive

boolean

None.

IsPrivate

boolean

None.

MemberGameName

string

None.

GameName

string

None.

Description

string

None.

MasterDeadline

date

None.

Deadline1

date

None.

Deadline2

date

None.

Deadline3

date

None.

MaxEntriesPerPlayer

byte

None.

MaxPlayers

This is the maximum number of people (not max aliases)

integer

None.

TotalAllowableEntries

The total allowable entries (max players * max entries per player)

integer

None.

IconUrl

string

None.

WallpaperUrl

string

None.

TotalPlayers

integer

None.

IsCompleted

boolean

None.

IsPlaying

boolean

None.

RevealPicksBetweenStaggeredDeadlines

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "gameId": 2,
    "eventId": 3,
    "eventName": "sample string 4",
    "categoryId": 1,
    "ownerId": 5,
    "gameTypeId": 64,
    "isActive": true,
    "isPrivate": true,
    "memberGameName": "sample string 9",
    "gameName": "sample string 10",
    "description": "sample string 11",
    "masterDeadline": "2026-01-13T03:00:49.1835601+00:00",
    "deadline1": "2026-01-13T03:00:49.1835601+00:00",
    "deadline2": "2026-01-13T03:00:49.1835601+00:00",
    "deadline3": "2026-01-13T03:00:49.1835601+00:00",
    "maxEntriesPerPlayer": 64,
    "maxPlayers": 14,
    "totalAllowableEntries": 15,
    "iconUrl": "sample string 16",
    "wallpaperUrl": "sample string 17",
    "totalPlayers": 18,
    "isCompleted": true,
    "isPlaying": true,
    "revealPicksBetweenStaggeredDeadlines": true
  },
  {
    "id": 1,
    "gameId": 2,
    "eventId": 3,
    "eventName": "sample string 4",
    "categoryId": 1,
    "ownerId": 5,
    "gameTypeId": 64,
    "isActive": true,
    "isPrivate": true,
    "memberGameName": "sample string 9",
    "gameName": "sample string 10",
    "description": "sample string 11",
    "masterDeadline": "2026-01-13T03:00:49.1835601+00:00",
    "deadline1": "2026-01-13T03:00:49.1835601+00:00",
    "deadline2": "2026-01-13T03:00:49.1835601+00:00",
    "deadline3": "2026-01-13T03:00:49.1835601+00:00",
    "maxEntriesPerPlayer": 64,
    "maxPlayers": 14,
    "totalAllowableEntries": 15,
    "iconUrl": "sample string 16",
    "wallpaperUrl": "sample string 17",
    "totalPlayers": 18,
    "isCompleted": true,
    "isPlaying": true,
    "revealPicksBetweenStaggeredDeadlines": true
  }
]

text/html, text/plain

Sample:
[{"id":1,"gameId":2,"eventId":3,"eventName":"sample string 4","categoryId":1,"ownerId":5,"gameTypeId":64,"isActive":true,"isPrivate":true,"memberGameName":"sample string 9","gameName":"sample string 10","description":"sample string 11","masterDeadline":"2026-01-13T03:00:49.1835601+00:00","deadline1":"2026-01-13T03:00:49.1835601+00:00","deadline2":"2026-01-13T03:00:49.1835601+00:00","deadline3":"2026-01-13T03:00:49.1835601+00:00","maxEntriesPerPlayer":64,"maxPlayers":14,"totalAllowableEntries":15,"iconUrl":"sample string 16","wallpaperUrl":"sample string 17","totalPlayers":18,"isCompleted":true,"isPlaying":true,"revealPicksBetweenStaggeredDeadlines":true},{"id":1,"gameId":2,"eventId":3,"eventName":"sample string 4","categoryId":1,"ownerId":5,"gameTypeId":64,"isActive":true,"isPrivate":true,"memberGameName":"sample string 9","gameName":"sample string 10","description":"sample string 11","masterDeadline":"2026-01-13T03:00:49.1835601+00:00","deadline1":"2026-01-13T03:00:49.1835601+00:00","deadline2":"2026-01-13T03:00:49.1835601+00:00","deadline3":"2026-01-13T03:00:49.1835601+00:00","maxEntriesPerPlayer":64,"maxPlayers":14,"totalAllowableEntries":15,"iconUrl":"sample string 16","wallpaperUrl":"sample string 17","totalPlayers":18,"isCompleted":true,"isPlaying":true,"revealPicksBetweenStaggeredDeadlines":true}]

application/xml, text/xml

Sample:
<ArrayOfMemberGamesSummaryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Last2Left.WebApi.ViewModels">
  <MemberGamesSummaryViewModel>
    <CategoryId>1</CategoryId>
    <Deadline1>2026-01-13T03:00:49.1835601+00:00</Deadline1>
    <Deadline2>2026-01-13T03:00:49.1835601+00:00</Deadline2>
    <Deadline3>2026-01-13T03:00:49.1835601+00:00</Deadline3>
    <Description>sample string 11</Description>
    <EventId>3</EventId>
    <EventName>sample string 4</EventName>
    <GameId>2</GameId>
    <GameName>sample string 10</GameName>
    <GameTypeId>64</GameTypeId>
    <IconUrl>sample string 16</IconUrl>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsCompleted>true</IsCompleted>
    <IsPlaying>true</IsPlaying>
    <IsPrivate>true</IsPrivate>
    <MasterDeadline>2026-01-13T03:00:49.1835601+00:00</MasterDeadline>
    <MaxEntriesPerPlayer>64</MaxEntriesPerPlayer>
    <MaxPlayers>14</MaxPlayers>
    <MemberGameName>sample string 9</MemberGameName>
    <OwnerId>5</OwnerId>
    <RevealPicksBetweenStaggeredDeadlines>true</RevealPicksBetweenStaggeredDeadlines>
    <TotalAllowableEntries>15</TotalAllowableEntries>
    <TotalPlayers>18</TotalPlayers>
    <WallpaperUrl>sample string 17</WallpaperUrl>
  </MemberGamesSummaryViewModel>
  <MemberGamesSummaryViewModel>
    <CategoryId>1</CategoryId>
    <Deadline1>2026-01-13T03:00:49.1835601+00:00</Deadline1>
    <Deadline2>2026-01-13T03:00:49.1835601+00:00</Deadline2>
    <Deadline3>2026-01-13T03:00:49.1835601+00:00</Deadline3>
    <Description>sample string 11</Description>
    <EventId>3</EventId>
    <EventName>sample string 4</EventName>
    <GameId>2</GameId>
    <GameName>sample string 10</GameName>
    <GameTypeId>64</GameTypeId>
    <IconUrl>sample string 16</IconUrl>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsCompleted>true</IsCompleted>
    <IsPlaying>true</IsPlaying>
    <IsPrivate>true</IsPrivate>
    <MasterDeadline>2026-01-13T03:00:49.1835601+00:00</MasterDeadline>
    <MaxEntriesPerPlayer>64</MaxEntriesPerPlayer>
    <MaxPlayers>14</MaxPlayers>
    <MemberGameName>sample string 9</MemberGameName>
    <OwnerId>5</OwnerId>
    <RevealPicksBetweenStaggeredDeadlines>true</RevealPicksBetweenStaggeredDeadlines>
    <TotalAllowableEntries>15</TotalAllowableEntries>
    <TotalPlayers>18</TotalPlayers>
    <WallpaperUrl>sample string 17</WallpaperUrl>
  </MemberGamesSummaryViewModel>
</ArrayOfMemberGamesSummaryViewModel>