GET api/group/basicapplicantheatmap?pageSize={pageSize}
Return the lat and longs for every applicant in the system
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RangeFrom | date |
None. |
|
| RangeTo | date |
None. |
|
| BranchId | integer |
None. |
|
| RoleTypes | Collection of string |
None. |
|
| pageSize | integer |
Default value is 3 |
Body Parameters
None.
Response Information
Resource Description
Collection of HeatMapDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Weight | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Latitude": 1.1,
"Longitude": 2.1,
"Weight": 3.1
},
{
"Latitude": 1.1,
"Longitude": 2.1,
"Weight": 3.1
}
]