This API operation returns the field reports of the users based on the properties passed in.
GET
/v1/search/searchFieldReports
Property | Type | Description |
---|---|---|
UserID |
integer | The User ID of the AdultWork.com member profile you wish the API to return. |
Nickname |
string | The nickname of the AdultWork.com member profile you wish the API to return. Returns partial marching results |
GenderID |
integer | The ID of the gender. See the getGenders method. |
ReportID |
integer | The id of the field report. |
CreatedDateFrom |
datetime | The start date of which the field report was created. Format is yyyy-MM-dd |
CreatedDateTo |
datetime | The end date of which the field report was created. Format is yyyy-MM-dd |
MeetDateFrom |
datetime | The end date of which the meeting took place. Format is yyyy-MM-dd |
MeetDateTo |
datetime | The end date of which the meeting took place. Format is yyyy-MM-dd |
InCall |
boolean | If set to true , the field reports which was an in call will be returned. |
OutCall |
boolean | If set to true , the field reports which was an out call will be returned. |
Recommended |
boolean | If set to true , the field reports which was recommended will be returned. |
VisitAgain |
boolean | If set to true , the field reports where the user has set the will visit again option are returned. |
MinReports |
integer | The minimum amount of field reports the user has received. |
CountryID |
integer | Returns profiles from the Country to which CountyID relates. See the getCountries method. |
RegionID |
integer | Returns profiles from the Region to which RegionID relates. See the getRegions method. |
CountyID |
integer | Returns profiles from the County to which CountyID relates. See the getCounties method. |
OrderBy |
string | Sets the order in which the field reports will be returned. Default is createdate. Order options are meetdate , nickname and rating . |
PageSize |
integer | Sets the number of field reports on each page of the result set. Accepts values from 1 to 100 . Default it 50 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
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 |
---|---|---|
PageNumber |
integer | Represents the current page number. |
PageCount |
integer | Represents the total number of pages in the result set. |
PageSize |
integer | Represents the total number of field reports in the result set. |
FieldReportsTotal |
integer | Represents how many field reports are listed on each page. |
FieldReports |
Array of aws:FieldReport | List of field report data. |
The following example shows the field reports of one user