Use this method to get the blogs of the AdultWork.com member.
GET
/v1/blogs/getUserBlogs
Property | Type | Description |
---|---|---|
UserID |
integer | Required The User ID of the AdultWork.com member profile you wish the API to return the blogs of. |
PageSize |
integer | Sets the number of blogs on each page of the result set. Accepts values from 1 to 100 . Default is 50 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
PageNumber |
integer | Represents the current page number. |
PageCount |
integer | Represents the total number of pages in the result set. |
PageSize |
integer | Represents how many blogs are listed on each page. |
BlogsTotal |
integer | Represents the total number of blogs in the result set. |
Blogs |
Array of aws:Blog | The member's blog data. |
The following example returns a result with UserID
set to 123456.