GET api/v1/IR/GetNearByActors/{secret}/{companyId}/{customerContentTypeId}/{bookletId}/{cityGuid}/{latitude}/{longitude}/{imageWidth}/{top}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
This api is used to return all the acotr which are located near the current user logged in
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secret |
this is the company password code to access the company data |
string |
Required |
| companyId |
company id we can get the data of that specific company |
string |
Required |
| customerContentTypeId |
this id is used the type of customer |
integer |
Required |
| bookletId |
cityGuid show that in which city the offer exits |
string |
Required |
| cityGuid |
booklet id used to filter all the offer or actor against this booklet |
string |
Required |
| latitude |
google map latitude value |
decimal number |
Required |
| longitude |
google map longitude value |
decimal number |
Required |
| imageWidth |
image with property is for croping the image according to screen resolution |
integer |
Required |
| top |
is used to return the offers according to |
integer |
Required |
| deviceType |
which type of device calling this api |
string |
Required |
| deviceModel |
which model device has |
string |
Required |
| osVersion |
what is the Operation system of this device |
string |
Required |
| screenName |
from which screen this api is calling |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ActorModelResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Actors | Collection of ActorViewModel |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| Pages | integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.