Use this API operation to return a list of AdultWork.com newsfeed summary on the criteria you pass in.
GET
/v1/newsfeed/getUserSummary
Property | Type | Description |
---|---|---|
UserID |
integer | Required. Returns newsfeed summary of the profile with the specified UserID. |
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.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
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.
https://api-sandbox.adultwork.com/v1/newsfeed/getUserSummary
?apiKey={your-api-key}
&UserID=1
Property | Type | Description |
---|---|---|
User |
aws:NewsFeedUser | Summary newsfeed user details |
Summary |
Array of aws:NewsFeedSummary | List of newsfeed summary data. |
The following example returns newsfeed summary deatils of a user.
{
"User": {
"UserID": 123456,
"Nickname": "JosepheneBlogs",
"Gender": "Female",
"Age": 21,
"IsEscort": true,
"IsWebcam": false,
"IsPhoneChat": false,
"IsSMSChat": true,
"AvailableTodayEscort": false,
"AvailableNowWebcam": true,
"AvailableNowPhoneChat": true,
"Ratings": {
"Total": 1001,
"Positive": 1001,
"Neutral": 0,
"Negative": 0,
"Ratings": 0,
"Disputes": 0
},
"ProfileThumbnailSafe": true,
"ProfileThumbnailURL": "https://cdn.adultwork.com/images/t/123456_1.jpg",
"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"
"Orientation": "Bi-curious",
"Country": "United Kingdom",
"Region": "South East",
"County": "London",
"Town": "Westminster",
"Nationality": "British",
"IsCouple": "false",
"IsMale": "false",
"IsFemale": "true",
},
"Summary": [
{
"TimeRange": "Yesterday",
"ItemType": "img",
"Events": 66,
"ContentCount": 3,
"UpdateCount": 234,
"TypeUrl": "http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456"
},
{
"TimeRange": "InTheLastWeek",
"ItemType": "img",
"Events": 66,
"ContentCount": 3,
"UpdateCount": 234,
"TypeUrl": "http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456"
},
{
"TimeRange": "InTheLastMonth",
"ItemType": "img",
"Events": 66,
"ContentCount": 3,
"UpdateCount": 234,
"TypeUrl": "http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456"
},
{
"TimeRange": "SinceStartOfYear",
"ItemType": "img",
"Events": 66,
"ContentCount": 3,
"UpdateCount": 234,
"TypeUrl": "http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456"
}
]
}
<?xml version="1.0" encoding="UTF-8" ?>
<User>
<Age>31</Age>
<AvailableNowPhoneChat>true</AvailableNowPhoneChat>
<AvailableNowWebcam>true</AvailableNowWebcam>
<AvailableTodayEscort>false</AvailableTodayEscort>
<Country>United Kingdom</Country>
<County>London</County>
<Gender>Female</Gender>
<IsEscort>true</IsEscort>
<IsPhoneChat>false</IsPhoneChat>
<IsSMSChat>true</IsSMSChat>
<IsWebcam>false</IsWebcam>
<IsCouple>false</IsCouple>
<IsMale>false</IsMale>
<IsFemale>true</IsFemale>
<Nationality>British</Nationality>
<Nickname>JosepheneBlogs</Nickname>
<Orientation>Bi-curious</Orientation>
<ProfileThumbnailSafe>true</ProfileThumbnailSafe>
<ProfileThumbnailURL>https://cdn.adultwork.com/images/t/123456_1.jpg</ProfileThumbnailURL>
<ProfileURL>http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f1</ProfileURL>
<Ratings xmlns:d5p1="http://schemas.datacontract.org/2004/07/API.Models.Profile">
<d5p1:Disputes>0</d5p1:Disputes>
<d5p1:Negative>0</d5p1:Negative>
<d5p1:Neutral>0</d5p1:Neutral>
<d5p1:Positive>1001</d5p1:Positive>
<d5p1:Ratings>0</d5p1:Ratings>
<d5p1:Total>1001</d5p1:Total>
</Ratings>
<RatingsURL>http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2fdlgExtRatings.asp%3fU%3d1</RatingsURL>
<Region>South East</Region>
<Town>Westminstert</Town>
<UserID>123456</UserID>
</User>
<Summary>
<Summary>
<Events>66</Events>
<ItemType>img</ItemType>
<ContentCount>176</CountentCount>
<UpdateCount>1</UpdateCount>
<TypeUrl>http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456.</TypeUrl>
<TimeRange>Yesterday</TimeRange>
</Summary>
<Summary>
<Events>66</Events>
<ItemType>img</ItemType>
<ContentCount>176</CountentCount>
<UpdateCount>1</UpdateCount>
<TypeUrl>http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456.</TypeUrl>
<TimeRange>InTheLastWeek</TimeRange>
</Summary>
<Summary>
<Events>66</Events>
<ItemType>img</ItemType>
<ContentCount>176</CountentCount>
<UpdateCount>1</UpdateCount>
<TypeUrl>http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456.</TypeUrl>
<TimeRange>InTheLastMonth</TimeRange>
</Summary>
<Summary>
<Events>66</Events>
<ItemType>img</ItemType>
<ContentCount>176</CountentCount>
<UpdateCount>1</UpdateCount>
<TypeUrl>http://refer.adultwork.com/?PID=8&T=https%3a%2f%2fwww.adultwork.com%2fLibrary.asp%3fUserID%3d123456.</TypeUrl>
<TimeRange>SinceStartOfYear</TimeRange>
</Summary>
</Summary>