This operation returns a list of AdultWork.com Enjoys (Preferences).
GET
/v1/lists/getEnjoys
Property | Type | Description |
---|---|---|
CountryID |
integer | Supplying a Country ID will filter the Enjoys list, returning only those valid for that Country. |
Parameters can only 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.
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 |
---|---|---|
Enjoys |
Array of aws:ProfileEnjoy | List of Enjoys/Preferences. |
The following example shows a shortened response from this method.