AMFAnimationsServiceForMobile

GetActorAnimationsByCategory

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

Full endpoint: MovieStarPlanet.MobileServices.AMFAnimationsServiceForMobile.GetActorAnimationsByCategory

Argument count: 2

Return type: List<BaseAnimationsValueObject>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

categoryId

int

Category Id

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

GetAnimationsByFrameLabels

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

Full endpoint: MovieStarPlanet.MobileServices.AMFAnimationsServiceForMobile.GetAnimationsByFrameLabels

Argument count: 2

Return type: List<BaseAnimationsValueObject>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

animationFrameLabels

string[]

Animation Frame Labels

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

Last updated