Use this method to search for scheduled DirectCam shows of AdultWork.com members.
GET
/v1/directCam/GetScheduledShows
Property | Type | Description |
---|---|---|
StartDate |
datetime | The start date and time of when the show is scheduled. Format is yyyy-MM-dd HH:mm Default is Current date . |
EndDate |
datetime | The end date and time of when the show is scheduled. Format is yyyy-MM-dd HH:mm Default is 24 hours later then StartDate . |
CategoryID |
integer | The ID of the Child category. See the getDirectCamCategories method. |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
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 |
---|---|---|
Array of aws:ScheduledShow | The member's DirectCam Scheduled Show data. |
The following example returns a result with StartDate
set to 2016-10-14 21:00 and the EndDate
set to 2016-10-14 21:59.