AMFPollService

GetPoll

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPoll

Argument count: 3

Return type: ServiceResultData<PollResult>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pollId

int

Poll Id

actorId

int

Actor Id

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

GetPollLatest

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPollLatest

Argument count: 2

Return type: ServiceResultData<PollResult>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetPolls

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPolls

Argument count: 3

Return type: PagedPollList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetPollsUnused

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPollsUnused

Argument count: 1

Return type: List<Poll>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

LinkPolls

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.LinkPolls

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pollId

int

Poll Id

nextPollId

int

Next Poll Id

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

NewPoll

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.NewPoll

Argument count: 6

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

question

string

Question

answer1

string

Answer1

answer2

string

Answer2

answer3

string

Answer3

answer4

string

Answer4

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

NewPollPublish

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.NewPollPublish

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pollId

int

Poll Id

locale

string

Locale

siteDomain

string

Site Domain

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

VotePoll

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

Full endpoint: MovieStarPlanet.Polls.AMFPollService.VotePoll

Argument count: 4

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pollId

int

Poll Id

actorId

int

Actor Id

answer

int

Answer

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

Last updated