This API operation returns a nested list of DirectCam webcam categories and their associated CategoryID
. You can specify which category groupings to hide.
GET
/v1/lists/getDirectCamCategories
Property | Type | Description |
---|---|---|
HideCouples |
boolean | If set to true , the "Couples" DirectCam grouping will be excluded. Default is false . |
HideFetish |
boolean | If set to true , the "Fetish" DirectCam grouping will be excluded. Default is false . |
HideSolos |
boolean | If set to true , the "Solos" DirectCam grouping will be excluded. Default is false . |
HideTransgender |
boolean | If set to true , the "Transgender" DirectCam grouping will be excluded. Default is false . |
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.
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 |
---|---|---|
Categories |
Array of aws:DirectCamCategory | List of DirectCam webcam categories. |
Note: Performers will never be in any of the four main parent categories alone and will always be part of one of their respective child categories.
The following example returns a shortened list of DirectCam categories with HideTransgender
and HideFetish
criteria supplied in the request.