WebService.AMFProfileService

DeleteWallPost

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

Full endpoint: MovieStarPlanet.WebService.AMFProfileService.DeleteWallPost

Argument count: 4

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

wallPostId

int

Wall Post Id

wallActorId

int

Wall Actor Id

moderatorId

int

Moderator Id

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

GetUnifiedPagedWallPostItemListSortedByDate

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

Full endpoint: MovieStarPlanet.WebService.AMFProfileService.GetUnifiedPagedWallPostItemListSortedByDate

Argument count: 4

Return type: IEnumerable<UnifiedWallPostItem>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

page

int

Page

pageSize

int

Page Size

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

GetUnifiedPagedWallPostItemListSortedByLikes

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

Full endpoint: MovieStarPlanet.WebService.AMFProfileService.GetUnifiedPagedWallPostItemListSortedByLikes

Argument count: 4

Return type: IEnumerable<UnifiedWallPostItem>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

page

int

Page

pageSize

int

Page Size

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

LoadProfileSummary

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

Full endpoint: MovieStarPlanet.WebService.AMFProfileService.LoadProfileSummary

Argument count: 3

Return type: MovieStarPlanet.WebService.Profile.ProfileService.ProfileSummary

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

callerId

int

Caller Id

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

Last updated