AMFGamesService

GetGameByID

POST https://moviestarplanet.com/Gateway.aspx?method=GetGameByID

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetGameByID

Argument count: 2

Return type: EmbeddedGame

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

gameID

int

Game I D

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetGameThumbnailUrl

POST https://moviestarplanet.com/Gateway.aspx?method=GetGameThumbnailUrl

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetGameThumbnailUrl

Argument count: 2

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

gameID

int

Game I D

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetListTypes

POST https://moviestarplanet.com/Gateway.aspx?method=GetListTypes

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetListTypes

Argument count: 1

Return type: EmbeddedGameListType[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetNumNewGamesSinceLastLogin

POST https://moviestarplanet.com/Gateway.aspx?method=GetNumNewGamesSinceLastLogin

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetNumNewGamesSinceLastLogin

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetPagedListByActor

POST https://moviestarplanet.com/Gateway.aspx?method=GetPagedListByActor

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetPagedListByActor

Argument count: 5

Return type: PagedGames

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

listTypeID

int

List Type I D

pageindex

int

Pageindex

pagesize

int

Pagesize

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetPagedListByActorFriend

POST https://moviestarplanet.com/Gateway.aspx?method=GetPagedListByActorFriend

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetPagedListByActorFriend

Argument count: 5

Return type: PagedGames

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

listTypeID

int

List Type I D

pageindex

int

Pageindex

pagesize

int

Pagesize

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetPagedListByType

POST https://moviestarplanet.com/Gateway.aspx?method=GetPagedListByType

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetPagedListByType

Argument count: 4

Return type: PagedGames

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

listType

int

List Type

pageindex

int

Pageindex

pagesize

int

Pagesize

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetPagedListNewestByType

POST https://moviestarplanet.com/Gateway.aspx?method=GetPagedListNewestByType

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.GetPagedListNewestByType

Argument count: 4

Return type: PagedGames

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

listType

int

List Type

pageindex

int

Pageindex

pagesize

int

Pagesize

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

UpdatePlayed

POST https://moviestarplanet.com/Gateway.aspx?method=UpdatePlayed

Full endpoint: MovieStarPlanet.WebService.Games.AMFGamesService.UpdatePlayed

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

gameID

int

Game I D

actorID

int

Actor I D

listTypeID

int

List Type I D

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

Last updated