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

Field Report

This API operation returns the field report of the user based on the ReportID passed in.

URL / Endpoint

Need help with Postman?

GET /v1/fieldreport/getFieldReport

Request

PropertyTypeDescription
ReportID integer Required. The id of the field report.

Request Information

HTTP Method / Verb

Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.

Headers

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:

HeadersValue
X-MaskImages 1 What's this?

Authentication

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.

Samples

GET method

https://api-sandbox.adultwork.com/v1/fieldreport/getFieldReport
  ?apiKey={your-api-key}&ReportID=1

Response

PropertyTypeDescription
FieldReport aws:FieldReportDetails The field report data.

Response Sample

The following example shows the field report.

{
"ReportID": 1,
"User": {
"UserID": 123456,
"Nickname": "
JosepheneBlogs",
"IsEscort": true,
"IsWebcam": false,
"IsPhoneChat": false,
"IsSMSChat": true,
"AvailableTodayEscort": false,
"AvailableNowWebcam": true,
"AvailableNowPhoneChat": true,
"Ratings": {
"Total": 21,
"Positive": 21,
"Neutral": 4,
"Negative": 0,
"Ratings": 29,
"Disputes": 4
},
"Images": { "HasImage1": true, "Image1Safe": true, "Image1ThumbnailURL": "//cdn.adultwork.com/images/t/123456_1.jpg", "Image1MediumURL": "//cdn.adultwork.com/images/m/123456_1.jpg", "Image1LargeURL": "//cdn.adultwork.com/images/l/123456_1.jpg", "Image1SquareURL": "//cdn.adultwork.com/images/sq/40/123456_1.jpg", "Image1Description": "My sexy image", "HasImage2": true, "Image2Safe": false, "Image2ThumbnailURL": "//cdn.adultwork.com/images/t/123456_2.jpg", "Image2MediumURL": "//cdn.adultwork.com/images/m/123456_2.jpg", "Image2LargeURL": "//cdn.adultwork.com/images/l/123456_2.jpg", "Image2SquareURL": "//cdn.adultwork.com/images/sq/40/123456_2.jpg", "Image2Description": "My sexy image number two", "HasImage3": false, "Image3Safe": false, "Image3ThumbnailURL": null, "Image3MediumURL": null, "Image3LargeURL": null, "Image3SquareURL": null, "Image3Description": null", "Image1": "123456_1.jpg", "Image2": "123456_2.jpg", "Image3": null }
}
"Client": {
"UserID": 1234567,
"Nickname": "
JosepheneClient"
},
"MeetLocation": "Guildford",
"MeetDate": "2015-03-27T00:00:00",
"MeetDuration": "1 hour(s)",
"MeetFee": "£100",
"InCall": false,
"OutCall": true,
"VisitAgain": false,
"Recommend": true,
"ValueForMoney": "Good",
"Score": 6,
"MeetFeedback": { "Positive": false, "Neutral": false, "Negative": false, "Feedback": null }, "Extras": null, "ExtrasExpected": "Unexpected",
"Comments": null
}
<FieldReportResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.FieldReport">
<Client>
<Nickname>JosepheneClient</Nickname>
<UserID>1234567</UserID>
</Client>
<Comments is:nil="true" />
<Extras i:nil="true" /> <ExtrasExpected>Unexpected</ExtrasExpected>
<InCall>false</InCall>
<MeetDate>2015-03-27T00:00:00</MeetDate>
<MeetDuration>1 hour(s)</MeetDuration>
<MeetFee>£100</MeetFee>
<MeetLocation>Guildford</MeetLocation>
<OutCall>true</OutCall>
<Recommend>true</Recommend>
<ReportID>1</ReportID>
<Score>6</Score>
<User>
<AvailableNowPhoneChat>true</AvailableNowPhoneChat>
<AvailableNowWebcam>true</AvailableNowWebcam>
<AvailableTodayEscort>false</AvailableTodayEscort>
<Images xmlns:d3p1="http://schemas.datacontract.org/2004/07/API.Models.Profile"> <d3p1:HasImage1>true</d3p1:HasImage1> <d3p1:HasImage2>true</d3p1:HasImage2> <d3p1:HasImage3>false</d3p1:HasImage3>
<d3p1:Image1>123456_1.jpg</d3p1:Image1> <d3p1:Image1Description>My sexy image</d3p1:Image1Description> <d3p1:Image1LargeURL>//cdn.adultwork.com/images/l/123456_1.jpg</d3p1:Image1LargeURL> <d3p1:Image1MediumURL>//cdn.adultwork.com/images/m/123456_1.jpg</d3p1:Image1MediumURL> <d3p1:Image1Safe>true</d3p1:Image1Safe> <d3p1:Image1SquareURL>//cdn.adultwork.com/images/sq/40/123456_1.jpg</d3p1:Image1SquareURL> <d3p1:Image1ThumbnailURL>//cdn.adultwork.com/images/t/123456_1.jpg</d3p1:Image1ThumbnailURL> <d3p1:Image2>123456_2.jpg</d3p1:Image2> <d3p1:Image2Description>My sexy image number two</d3p1:Image2Description> <d3p1:Image2LargeURL>//cdn.adultwork.com/images/l/123456_2.jpg</d3p1:Image2LargeURL> <d3p1:Image2MediumURL>//cdn.adultwork.com/images/m/123456_2.jpg</d3p1:Image2MediumURL> <d3p1:Image2Safe>false</d3p1:Image2Safe> <d3p1:Image2SquareURL>//cdn.adultwork.com/images/sq/40/123456_2.jpg</d3p1:Image2SquareURL> <d3p1:Image2ThumbnailURL>//cdn.adultwork.com/images/t/123456_2.jpg</d3p1:Image2ThumbnailURL> <d3p1:Image3 i:nil="true" /> <d3p1:Image3Description i:nil="true"/> <d3p1:Image3LargeURL i:nil="true" /> <d3p1:Image3MediumURL i:nil="true" /> <d3p1:Image3Safe>false</d3p1:Image3Safe> <d3p1:Image3SquareURL i:nil="true" /> <d3p1:Image3ThumbnailURL i:nil="true" /> </Images>
<IsEscort>true</IsEscort>
<IsPhoneChat>false</IsPhoneChat>
<IsSMSChat>true</IsSMSChat>
<IsWebcam>false</IsWebcam>
<Nickname>JosepheneBlogs</Nickname>
<Ratings xmlns:d5p1="http://schemas.datacontract.org/2004/07/API.Models.Profile">
<d5p1:Disputes>4</d5p1:Disputes>
<d5p1:Negative>0</d5p1:Negative>
<d5p1:Neutral>4</d5p1:Neutral>
<d5p1:Positive>21</d5p1:Positive>
<d5p1:Ratings>29</d5p1:Ratings>
<d5p1:Total>21</d5p1:Total>
</Ratings>
<RegionID>12</RegionID>
<UserID>123456</UserID>
</User>
<ValueForMoney>Good</ValueForMoney>
<VisitAgain>false</VisitAgain>
</
FieldReportResult>