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
ticket
TicketHeader
Ticket
pollId
int
Poll Id
actorId
int
Actor Id
GetPollLatest
POST
https://moviestarplanet.com/Gateway.aspx?method=GetPollLatest
Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPollLatest
Argument count: 2
Return type: ServiceResultData<PollResult>
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
GetPolls
POST
https://moviestarplanet.com/Gateway.aspx?method=GetPolls
Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPolls
Argument count: 3
Return type: PagedPollList
Request Body
ticket
TicketHeader
Ticket
pageindex
int
Pageindex
pagesize
int
Pagesize
GetPollsUnused
POST
https://moviestarplanet.com/Gateway.aspx?method=GetPollsUnused
Full endpoint: MovieStarPlanet.Polls.AMFPollService.GetPollsUnused
Argument count: 1
Return type: List<Poll>
Request Body
ticket
TicketHeader
Ticket
LinkPolls
POST
https://moviestarplanet.com/Gateway.aspx?method=LinkPolls
Full endpoint: MovieStarPlanet.Polls.AMFPollService.LinkPolls
Argument count: 3
Return type: void
Request Body
ticket
TicketHeader
Ticket
pollId
int
Poll Id
nextPollId
int
Next Poll Id
NewPoll
POST
https://moviestarplanet.com/Gateway.aspx?method=NewPoll
Full endpoint: MovieStarPlanet.Polls.AMFPollService.NewPoll
Argument count: 6
Return type: void
Request Body
ticket
TicketHeader
Ticket
question
string
Question
answer1
string
Answer1
answer2
string
Answer2
answer3
string
Answer3
answer4
string
Answer4
NewPollPublish
POST
https://moviestarplanet.com/Gateway.aspx?method=NewPollPublish
Full endpoint: MovieStarPlanet.Polls.AMFPollService.NewPollPublish
Argument count: 4
Return type: bool
Request Body
ticket
TicketHeader
Ticket
pollId
int
Poll Id
locale
string
Locale
siteDomain
string
Site Domain
VotePoll
POST
https://moviestarplanet.com/Gateway.aspx?method=VotePoll
Full endpoint: MovieStarPlanet.Polls.AMFPollService.VotePoll
Argument count: 4
Return type: ServiceResult
Request Body
ticket
TicketHeader
Ticket
pollId
int
Poll Id
actorId
int
Actor Id
answer
int
Answer
Last updated