AMFTagManager

DeleteTag

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.DeleteTag

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

tag

Tag

Tag

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

GetAllTags

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.GetAllTags

Argument count: 1

Return type: Tag[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

GetBackgroundTags

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.GetBackgroundTags

Argument count: 1

Return type: Tag[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

GetTagsForSkinClothes

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.GetTagsForSkinClothes

Argument count: 2

Return type: Tag[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

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

GetTagsInCategorySkin

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.GetTagsInCategorySkin

Argument count: 3

Return type: Tag[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

group

int

Group

skinId

int

Skin Id

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

SaveTag

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

Full endpoint: MovieStarPlanet.WebService.TagManager.AMFTagManager.SaveTag

Argument count: 2

Return type: Tag

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

tag

Tag

Tag

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

Last updated