GET api/Profile/myPosts?pageId={pageId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PostsName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
|
status | string |
None. |
|
message | string |
None. |
|
selectedPosts | Collection of Post |
None. |
Response Formats
application/json, text/json
Sample:
{ "token": "sample string 1", "status": "sample string 2", "message": "sample string 3", "selectedPosts": null }
application/xml, text/xml
Sample:
<Status.Posts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethos.Models"> <message>sample string 3</message> <selectedPosts i:nil="true" /> <status>sample string 2</status> <token>sample string 1</token> </Status.Posts>