Use this method to get the free gallery of an AdultWork.com member.
Your project needs to be approved to be able to use this endpoint. Submitting your project is easy. Open your Project and click Start Submission.
GET
/v1/pictures/getFreeGallery
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The User ID of the AdultWork.com member you wish the API to return the gallery of. |
PageSize |
integer | Sets the number of pictures on each page of the result set. Accepts values from 1 to 100 . Default it 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. 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 pictures are listed on each page. |
PicturesTotal |
integer | Represents the total number of pictures in the result set. |
User |
aws:FreeGalleryUser | The user. |
Pictures |
Array of aws:FreePicture | List of free pictures data. |
The following example shows the picture of one user.