Use this method get scheduled DirectCam shows of an AdultWork.com member.
GET
/v1/directCam/GetScheduledShowsForUser
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The ID of the AdultWork.com user profile. |
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 null . |
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 UserID
set to 123456.