MobileServices.AMFMovieService
CreateMovie
POST
https://moviestarplanet.com/Gateway.aspx?method=CreateMovie
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.CreateMovie
Argument count: 7
Return type: AMFMovieService.SaveMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
name
string
Name
isPublic
bool
Is Public
complexity
int
Complexity
actorClothesData
byte[]
Actor Clothes Data
movieData
byte[]
Movie Data
participantActorIds
int[]
Participant Actor Ids
CreateMovieWithSnapshot
POST
https://moviestarplanet.com/Gateway.aspx?method=CreateMovieWithSnapshot
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.CreateMovieWithSnapshot
Argument count: 9
Return type: AMFMovieService.SaveMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
unvalidatedName
string
Unvalidated Name
isPublic
bool
Is Public
complexity
int
Complexity
actorClothesData
byte[]
Actor Clothes Data
movieData
byte[]
Movie Data
participantActorIds
int[]
Participant Actor Ids
snapshotSmall
byte[]
Snapshot Small
snapshotBig
byte[]
Snapshot Big
DeleteMovie
POST
https://moviestarplanet.com/Gateway.aspx?method=DeleteMovie
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.DeleteMovie
Argument count: 3
Return type: void
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
actorId
int
Actor Id
GetMovie
POST
https://moviestarplanet.com/Gateway.aspx?method=GetMovie
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetMovie
Argument count: 2
Return type: MovieWithActorInfoVO
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
GetUnifiedMoviesByFriendsStarringMe
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesByFriendsStarringMe
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesByFriendsStarringMe
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesByMePrivate
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesByMePrivate
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesByMePrivate
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesLatestByAll
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesLatestByAll
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesLatestByAll
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesLatestByFriends
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesLatestByFriends
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesLatestByFriends
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesMinePublic
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesMinePublic
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesMinePublic
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesPublicSortedByDate
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesPublicSortedByDate
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesPublicSortedByDate
Argument count: 4
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesPublicSortedByLikes
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesPublicSortedByLikes
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesPublicSortedByLikes
Argument count: 4
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesTopAll
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesTopAll
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesTopAll
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
GetUnifiedMoviesTopByMeAndFriends
POST
https://moviestarplanet.com/Gateway.aspx?method=GetUnifiedMoviesTopByMeAndFriends
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.GetUnifiedMoviesTopByMeAndFriends
Argument count: 3
Return type: IEnumerable<UnifiedMovieItem>
Request Body
ticket
TicketHeader
Ticket
pageIndex
int
Page Index
pageSize
int
Page Size
MovieWatched
POST
https://moviestarplanet.com/Gateway.aspx?method=MovieWatched
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.MovieWatched
Argument count: 2
Return type: WatchMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
RateMovie
POST
https://moviestarplanet.com/Gateway.aspx?method=RateMovie
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.RateMovie
Argument count: 3
Return type: AMFMovieService.RateMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
rating
int
Rating
UpdateMovie
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateMovie
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.UpdateMovie
Argument count: 8
Return type: AMFMovieService.SaveMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
name
string
Name
isPublic
bool
Is Public
complexity
int
Complexity
actorClothesData
byte[]
Actor Clothes Data
movieData
byte[]
Movie Data
participantActorIds
int[]
Participant Actor Ids
UpdateMovieWithSnapshot
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateMovieWithSnapshot
Full endpoint: MovieStarPlanet.MobileServices.AMFMovieService.UpdateMovieWithSnapshot
Argument count: 10
Return type: AMFMovieService.SaveMovieReturnValue
Request Body
ticket
TicketHeader
Ticket
movieId
int
Movie Id
name
string
Name
isPublic
bool
Is Public
complexity
int
Complexity
actorClothesData
byte[]
Actor Clothes Data
movieData
byte[]
Movie Data
participantActorIds
int[]
Participant Actor Ids
snapshotSmall
byte[]
Snapshot Small
snapshotBig
byte[]
Snapshot Big
Last updated