AMFMediaService

GetAnimations

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetAnimations

Argument count: 4

Return type: List<ActorAnimationRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

animationCategoryId

int

Animation Category Id

pageIndex

int

Page Index

pageSize

int

Page Size

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

GetAnimations

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetAnimations

Argument count: 2

Return type: List<Animation>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

onlyDefaultAnimations

bool

Only Default Animations

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

GetBackgrounds

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetBackgrounds

Argument count: 2

Return type: List<Background>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

onlyDefaultBackgrounds

bool

Only Default Backgrounds

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

GetMusic

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetMusic

Argument count: 2

Return type: List<Music>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

onlyDefaultMusic

bool

Only Default Music

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

GetMyAnimations

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetMyAnimations

Argument count: 2

Return type: List<ActorAnimationRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetMyBackgrounds

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetMyBackgrounds

Argument count: 2

Return type: List<ActorBackgroundRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetMyMusic

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.GetMyMusic

Argument count: 2

Return type: List<ActorMusicRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

getAnimationCount

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.getAnimationCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

getClothesCount

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.getClothesCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

getPropsCount

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

Full endpoint: MovieStarPlanet.WebService.Media.AMFMediaService.getPropsCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

Last updated