GET Entities/GPSEntry
Get entityGPSEntries from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
EntityGPSEntries |
Filter by EntityGPSEntryIDs |
Collection of integer |
None. |
EntityID |
Filter by EntityID |
integer |
None. |
Types |
Filter by Type |
Collection of GPSEntryType |
None. |
Events |
Filter by Events |
Collection of integer |
None. |
Latitude |
Filter by Latitude |
decimal number |
None. |
Longitude |
Filter by Longitude |
decimal number |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
EntryDateUtcMin |
Filter by EntryDateUtcMin |
date |
None. |
EntryDateUtcMax |
Filter by EntryDateUtcMax |
date |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of EntityGPSEntryDTOs
Collection of EntityGPSEntryDTOName | Description | Type | Additional information |
---|---|---|---|
EntityGPSEntryID |
Entity GPSEntry ID |
integer |
None. |
EntityID |
Entity ID |
integer |
None. |
Type |
Type |
GPSEntryType |
None. |
EntryDateUtc |
Entry Date Utc |
date |
None. |
EventID |
Event ID |
integer |
None. |
Latitude |
Latitude |
decimal number |
None. |
Longitude |
Longitude |
decimal number |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |