AMFUserBehaviour

CheckText

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

Full endpoint: MovieStarPlanet.WebService.Ubs.AMFUserBehaviour.CheckText

Argument count: 3

Return type: CrispSubmitUgcResponseContainer

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

text

string

Text

isRestrictedUser

bool

Is Restricted User

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

CheckTextBlackList

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

Full endpoint: MovieStarPlanet.WebService.Ubs.AMFUserBehaviour.CheckTextBlackList

Argument count: 3

Return type: CrispSubmitUgcResponseObject

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

text

string

Text

isRestrictedUser

bool

Is Restricted User

CheckTextWhiteList

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

Full endpoint: MovieStarPlanet.WebService.Ubs.AMFUserBehaviour.CheckTextWhiteList

Argument count: 3

Return type: CrispSubmitUgcResponseObject

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

text

string

Text

isRestrictedUser

bool

Is Restricted User

CheckTextWithModerationCall

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

Full endpoint: MovieStarPlanet.WebService.Ubs.AMFUserBehaviour.CheckTextWithModerationCall

Argument count: 6

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

inputLocation

int

Input Location

text

string

Text

isRestrictedUser

bool

Is Restricted User

CheckTextWithModerationCall

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

Full endpoint: MovieStarPlanet.WebService.Ubs.AMFUserBehaviour.CheckTextWithModerationCall

Argument count: 5

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

recipientActorId

int

Recipient Actor Id

inputLocation

int

Input Location

text

string

Text

isRestrictedUser

bool

Is Restricted User

Last updated