Use this method to search for publicly available AdultWork.com member blogs.
GET
/v1/search/searchBlogs
Property | Type | Description |
---|---|---|
UserID |
integer | The User ID of the AdultWork.com member profile you wish the API to return the blogs of. |
GenderIDs |
string | Returns profiles that have selected their Gender to one that relates to a Gender ID within GenderIDs . Accepts a comma delimited string of Gender IDs, for example: 1,2 . See the getGenders method. |
BlogDate |
datetime | Search for a specific date. When using this property please supply the UserID . Format: dd-MM-yyyy |
CountryID |
integer | Returns blogs which belongs to profiles from the Country to which CountyID relates. See the getCountries method. |
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.