GET api/authors/{username}/posts?lastCursor={lastCursor}&perPage={perPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| lastCursor | integer |
Default value is 0 |
|
| perPage | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.