GET api/geofence/getVisits

Request Information

URI Parameters

None.

Body Parameters

GeofenceReportFilterModel
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageNumber

integer

None.

StartDate

date

None.

EndDate

date

None.

IncludedGeofences

Collection of integer

None.

IncludedReportTypes

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageNumber": 2,
  "StartDate": "2026-02-06T00:57:01.4995378+00:00",
  "EndDate": "2026-02-06T00:57:01.4995378+00:00",
  "IncludedGeofences": [
    1,
    2
  ],
  "IncludedReportTypes": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<GeofenceReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fintrak.Process.Geofencing.Models">
  <EndDate>2026-02-06T00:57:01.4995378+00:00</EndDate>
  <IncludedGeofences xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IncludedGeofences>
  <IncludedReportTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IncludedReportTypes>
  <PageNumber>2</PageNumber>
  <PageSize>1</PageSize>
  <StartDate>2026-02-06T00:57:01.4995378+00:00</StartDate>
</GeofenceReportFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.