API Methods
Account ...
Blogs ...
Bookings ...
CreditHistory ...
Dashboard ...
DirectCam ...
DirectChat ...
Email ...
FieldReport ...
Groups ...
HotLists ...
Interview ...
Lists ...
Movie ...
Newsfeed ...
PhoneChat ...
Pictures ...
Profile ...
Search ...
Tours ...
Webcam ...

Get Recent Directcam Shows

This API operation returns a user's recent directcam shows history.

URL / Endpoint

Need help with Postman?

GET /v1/directcam/GetRecentDirectcamShows

Request

PropertyTypeDescription
DayBefore integer The amount of days to search back starting at today. 1 will include yesterday.
IsOnline boolean If true this will only return currently online members.
ChatOnly boolean If true this will only return members that will only chat via DirectCam.
PageSize integer Sets the number of results on each page of the result set. Accepts values from 1 to 100. Default is 100.
PageNumber integer Returns a specific page in the result set. Accepts values from 1 onwards.

Request Information

HTTP Method / Verb

Parameters can be passed to this operation using the HTTP GET method with the input model as a querystring.

Headers

The REST API uses HTTP request headers to determine what data type is returned or to authenticate the Authorization token. More information can be found in the overview section.

This endpoint has the following optional headers:

HeadersValue
X-MaskImages 1 What's this?

Authentication

An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.

Scopes

This endpoint does not require any additional scopes.

Samples

GET method

https://api-sandbox.adultwork.com/v1/directcam/GetRecentDirectcamShows

Authorization: bearer {your-access-token}

Response

PropertyTypeDescription
PageNumber integer Represents the current page number.
PageCount integer Represents the total number of pages in the result set.
PageSize integer Represents how many recent directcam objects are listed on each page.
DirectCamShowTotal integer Represents the total number of directcam objects in the result set.
DirectCamProfiles Array of aws:DirectCamProfile The directcam profile data.

Response Sample

The following example shows a sample returned by the API.

{
"PageNumber": 1,
"PageCount": 1,
"PageSize": 16,
"DirectCamShowTotal": 16,
"DirectCamProfiles": [
{
"UserID": 123456,
"LastCamDate": "2016-09-05T14:51:39.467"
"UserProfile": {
"Nickname" :"JosepheneBlogs",
"Summary": "
Hey guys - check out my profile!",
"Gender" : "Female",
"IsTVTS" : false,
"Age":21, "Orientation":"Bi-curious", "Country":"United Kingdom",
"CountryID" : 158, "Region":"South East", "County":"London", "Town":"Westminster", "LocationZipCode":"KT14", "Nationality": "British", "Views":28837, "MemberSince":"2013-08-09T10:15:37.517", "LastLoggedIn":"2014-06-20T09:11:20.053", "Verified":false, "IsEscort":true,
"DoesOutCalls": true, "DoesInCalls": true, "IsWebcam":false, "IsPhoneChat":false, "IsSMSChat":false, "IsAlternative":false,
"IsOtherServices": false, "IsDirectCam":false, "IsDirectChat":false, "AvailableTodayEscort":false, "AvailableNowWebcam":false, "AvailableNowPhoneChat":false, "DirectCam":{ "ModeID": null, "Mode": "", "ModeColour": null, "ChatOnly": false, "DoesFreePreview": false, "DoesFreeToGuest": false, "DoesGroup": true, "GroupPPM": "2.50", "DoesPrivate": true, "PrivatePPM": "3.50", "DirectCamLink": "https://www.adultwork.com/Player6.0/PlayerLauncher.asp?U=123456", "AllowVoyeur": false, "TipsOnly": false, "HasSpecialOffers": false, "HasShows": true
"IsIpad": false, "IsIphone": false, "IsAndroid": false }, "DirectChat":{ "PPM":"1.20" }, "HasGallery":true, "HasPrivateGallery":true, "HasMovieClips":false, "HasMovieRentals":false, "HasSaleItems":false, "Ratings":{ "Total":1001, "Positive":1001, "Neutral":0, "Negative":0, "Ratings":0, "Disputes":0 }, "IsCouple": false, "InGroup":true,
"GroupID": 123456, "GroupName":"My AdultWork Group", "ProfileURL": "http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f123456", "RatingsURL": "http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2fdlgExtRatings.asp%3fU%3d123456", "HasBlog": true, "LastUpdated": "2015-12-23T10:16:53.447"
"IsBlacklisted": null,
"IsOnTour": false,
"ContentOverview" : null
}
}...,
}

<RecentDirectCamShowsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DirectCam">
<DirectCamProfiles>
<DirectCamProfile>
<LastCamDate>2016-09-05T14:51:39.467</LastCamDate>
<UserID>123456</UserID>
<UserProfile xmlns:d4p1="http://schemas.datacontract.org/2004/07/API.Models.Profile">
<Age>21</Age> <Orientation>Bi-curious</Orientation> <Country>United Kingdom</Country>
<CountryID>158</CountryID> <Region>South East</Region> <County>London</County> <Town>Westminster</Town> <LocationZipCode>KT14</LocationZipCode> <Nationality>British</Nationality> <Views>28837</Views> <MemberSince>2013-08-09T10:15:37.517</MemberSince> <LastLoggedIn>2014-06-20T09:11:20.053</LastLoggedIn> <Verified>false</Verified> <IsEscort>true</IsEscort> <IsWebcam>false</IsWebcam> <IsPhoneChat>false</IsPhoneChat> <IsSMSChat>false</IsSMSChat> <IsAlternative>false</IsAlternative>
<IsOtherServices>false</IsOtherServices> <IsDirectCam>false</IsDirectCam> <IsDirectChat>false</IsDirectChat>
<IsTVTS>false</IsTVTS> <AvailableTodayEscort>false</AvailableTodayEscort> <AvailableNowWebcam>false</AvailableNowWebcam> <AvailableNowPhoneChat>false</AvailableNowPhoneChat> <DirectCam xmlns:d4p1="http://schemas.datacontract.org/2004/07/API.Models.Profile"> <d4p1:AllowVoyeur>false</d4p1:AllowVoyeur> <d4p1:ChatOnly>false</d4p1:ChatOnly> <d4p1:DirectCamLink>https://www.adultwork.com/Player6.0/PlayerLauncher.asp?U=197704</d4p1:DirectCamLink> <d4p1:DoesFreePreview>false</d4p1:DoesFreePreview> <d4p1:DoesFreeToGuest>false</d4p1:DoesFreeToGuest> <d4p1:DoesGroup>true</d4p1:DoesGroup> <d4p1:DoesPrivate>true</d4p1:DoesPrivate> <d4p1:GroupPPM>2.50</d4p1:GroupPPM>
<d4p1:HasSpecialOffers>false</d4p1:HasSpecialOffers>
<d4p1:IsIpad>false</d4p1:IsIpad> <d4p1:IsIphone>false</d4p1:IsIphone> <d4p1:IsAndroid>false</d4p1:IsAndroid> <d4p1:Mode></d4p1:Mode> <d4p1:ModeColour i:nil="true" /> <d4p1:ModeID i:nil="true" /> <d4p1:PrivatePPM>3.50</d4p1:PrivatePPM> <d4p1:TipsOnly>false</d4p1:TipsOnly> <d4p1:HasShows>false</d4p1:HasShows> </DirectCam> <DirectChat> <PPM>1.20</PPM> </DirectChat>
<DoesInCalls>true</DoesInCalls> <DoesOutCalls>true</DoesOutCalls> <HasGallery>true</HasGallery> <HasPrivateGallery>true</HasPrivateGallery> <HasMovieClips>false</HasMovieClips> <HasMovieRentals>false</HasMovieRentals> <HasSaleItems>false</HasSaleItems> <Ratings> <Total>1001</Total> <Positive>1001</Positive> <Neutral>0</Neutral> <Negative>0</Negative> <Ratings>0</Ratings> <Disputes>0</Disputes> </Ratings> <IsCouple>false</IsCouple> <InGroup>true</InGroup>
<GroupID>123456</GroupID> <GroupName>My AdultWork Group</GroupName>
<Gender>Female</Gender> <ProfileURL>http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f123456</ProfileURL> <RatingsURL>http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2fdlgExtRatings.asp%3fU%3d123456</RatingsURL> <HasBlog>true</HasBlog> <LastUpdated>true</LastUpdated>
<ContentOverview i:null="true" />
</UserProfile>
</DirectCamProfile>
</DirectCamProfiles>
<DirectCamShowTotal>16</DirectCamShowTotal>
<PageCount>1</PageCount>
<PageNumber>1</PageNumber>
<PageSize>16</PageSize>
<
RecentDirectCamShowsResult>