| LegacyTelogisService Methods |
The LegacyTelogisService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDriverTag |
Adds a tag to the given driver.
| |
| AddDriverToTeam |
Add the given driver to the given team. A
Team
is a collection of drivers.
| |
| AddMarkerToCategory |
Add the given marker to the given category. A
Category
is a collection of markers.
| |
| AddUnitTag |
Adds a tag to the given unit.
| |
| AddUnitToFleet |
Add a unit to a fleet. A fleet is a collection of units.
| |
| AssignDriver |
Assign a driver to a unit (typically a vehicle).
| |
| ClearCache |
Clears the cache for the current user.
| |
| ConnectDevice | ||
| CreateCategory |
A
Category
is a collection of markers. Use this method to create a new Category.
| |
| CreateDriver | ||
| CreateFleet |
Create a new Fleet. A Fleet is a collection of Units (typically vehicles).
| |
| CreateHierarchyItem |
Create a new hierarchy item within the hierarchy.
| |
| CreateJob |
Create an unassigned job. Unassigned job does not belong to a route.
| |
| CreateJobType |
Create a JobType in the fleet database, and returns an API Job class representation.
| |
| CreateMarker |
Create a new marker with the given attributes (location, driver, tag, category, properties, address...).
| |
| CreateMarker2 |
Create a new marker with the given attributes (location, driver, tag, category, properties, address...).
| |
| CreatePhoto |
Uploads a driver photo.
| |
| CreateTag |
Create a Tag. A Tag is a simple and flexible method of
categorizing, labeling, and sorting assets, such as drivers and units.
| |
| CreateTeam |
Create a Team. A Team is a collection of Driver objects.
| |
| CreateUnit |
Creates an Verizon Connect Fleet unit, positioned at LAX.
| |
| CreateUnitAtLatLon |
Creates an Verizon Connect Fleet unit, positioned at the given location.
| |
| CreateUser |
Create a new sub-user with the given attributes.
| |
| DeleteCategory |
Deletes a
Category
object, specified by ID.
| |
| DeleteDriver |
Remove the specified Driver from Verizon Connect Fleet. Note: Before you delete a driver (or a sub-user associated with a driver) from Fleet, it is important that six months of ELD reports for the driver or sub-user are downloaded. This includes drivers and sub-users who no longer work for the organization. Once you delete a driver or sub-user, this action cannot be reverted, and reports for that driver or sub-user can no longer be generated.
| |
| DeleteFleet |
NOT YET IMPLEMENTED
| |
| DeleteMarker |
Removes the specified marker from Verizon Connect Fleet.
| |
| DeletePhoto |
NOT YET IMPLEMENTED
| |
| DeleteTeam |
NOT YET IMPLEMENTED
| |
| DeleteUser |
NOT YET IMPLEMENTED
| |
| DisconnectDevice | ||
| DispatchJob |
Assign a previously unassigned job to a driver.
It creates a new route, starting from the driver's depot.
| |
| FindCategories |
Finds Categories with a matching tag (if its supplied non-null) and matching properties.
All fields have to match.
| |
| FindDrivers |
Finds Drivers with a matching tag (if its supplied non-null) and matching properties.
All fields have to match.
| |
| FindFleets |
Finds Fleets with a matching tag (if its supplied non-null) and matching properties.
All fields have to match.
| |
| FindHierarchyItems |
Finds hierarchy items that have the given ID.
| |
| FindHierarchyNodes |
Find hierarchy nodes based on name and item ID
| |
| FindMarkers |
Search for markers. Results can be filtered on: tag, properties, address
location, driver and category. Set a field to null (or zero for numeric fields)
to ignore a field when filtering search results.
| |
| FindMarkers2 |
Search for markers. Results can be filtered on: tag, properties, address
location, driver and category. Set a field to null (or zero for numeric fields)
to ignore a field when filtering search results.
| |
| FindPointsWithinCircleForFleet |
Finds Points generated by a given
Fleet
that lie within a given circle and
time window.
| |
| FindPointsWithinCircleForUnit |
Finds Points generated by a given
Unit
that lie within a given circle and
time window.
| |
| FindTeams |
Finds Teams with a matching tag (if its supplied non-null) and matching properties.
All fields have to match.
| |
| FindUnits |
Finds Units with a matching name (if its supplied non-null) and matching properties.
All fields have to match.
| |
| FindUsers |
Finds Users with a matching name (if its supplied non-null) and matching properties.
All fields have to match.
| |
| ForwardGeocode |
Returns the geographic location and full street address for a given address.
| |
| GetCategory |
Gets a
Category
object, specified by ID.
| |
| GetCondition |
Get a Condition object, specified by ID.
| |
| GetCondition2 |
Get a Condition2 object, specified by ID. Note that this object can come from either the newest exception engine or the legacy exception engine.
| |
| GetCurrentUser |
Gets a
User
object representing the current user.
| |
| GetDriver |
Get a Driver object, specified by ID.
| |
| GetDriverHistory |
Gets the history of a driver over a specified time period.
| |
| GetFleet |
Get a Fleet, specified by ID.
| |
| GetFleetHistory |
Obsolete. Use
GetUnitHistory(Int64, DateTime, DateTime)
.
| |
| GetForm |
Retrieves information about a completed form instance and the fields it contains
| |
| GetHierarchyNode |
Get a hierarchy node specified by ID
| |
| GetJob |
Fetch the Job with the Guid provided by the authenticated user.
| |
| GetJobsForUnit |
Gets all the jobs assigned to the Unit at the given time period.
| |
| GetJobTypeById |
Get a specific JobType in the Fleet database with the given Guid.
| |
| GetJobTypes |
Retrieve the available JobTypes under the current API user.
| |
| GetOption |
Returns the value of a user option.
| |
| GetOptionDescription |
Returns meta information for the given user option.
| |
| GetPhoto |
Gets a photo by a specified Id
| |
| GetTeam |
Gets a Team object specified by ID
| |
| GetTeamHistory |
Obsolete. Use
GetDriverHistory(Int64, DateTime, DateTime)
.
| |
| GetUnit |
Returns the Unit with the specified ID.
| |
| GetUnitHistory |
Get the history for a Unit (typically a vehicle) over a specified time period.
| |
| GetUser |
Gets a
User
object for the specified user.
| |
| GetValidInstallTypes |
Obtain an array of valid install type names for the current customer
| |
| InsertLocation |
Add a location report.
| |
| InsertLocations |
Add an array of location reports.
| |
| ListCategories |
Gets an array of Category objects. A Category is a collection of
Marker
objects.
| |
| ListCategoryMarkers |
Get an selection of markers from a given category.
| |
| ListConditions |
Get a selection of Condition objects.
| |
| ListConditions2 |
Get a selection of Condition2 objects that can either come from the newest exception engine or the legacy exception engine.
| |
| ListConditionTypes |
Gets an array of all Verizon Connect Fleet ConditionTypes. See example.
| |
| ListDevices |
Get an array of devices connected to the specified unit (typically a vehicle).
| |
| ListDrivers |
Gets an array of Driver objects.
| |
| ListDriverTags |
Gets all the
Tag
objects associated with a given driver.
You should use tags to sort and group your drivers, typically by skillset
or equipment.
| |
| ListExceptions |
Displays the exceptions that started (TimeOn) during the specified date/time period.
| |
| ListExpandedExceptions |
Displays the expanded exceptions that started (TimeOn) or ended (TimeOff) during the specified date/time period.
| |
| ListExpandedExceptions2 |
Displays the expanded exceptions from the newest exception engine as well as the legacy exception engine
that started (TimeOn) or ended (TimeOff) during the specified date/time period.
| |
| ListFleets |
Get a number of Fleets.
| |
| ListFleetUnits |
Get a number of Units (typically vehicles) from the specified
Fleet
.
| |
| ListInputs | ||
| ListMarkers |
Get a number of markers.
| |
| ListOutputs | ||
| ListPhotos |
NOT YET IMPLEMENTED
| |
| ListTags |
Gets all your tags. You should use tags to label, group and sort
your assets (such as drivers, units and fleets).
| |
| ListTeamDrivers |
Gets a number of drivers from the specified
Team
. A team is a collection
of drivers.
| |
| ListTeams |
Get a selection of teams.
| |
| ListUnits |
Get a selection of units (typically vehicles).
| |
| ListUnitTags |
Gets all the tags for a given unit.
| |
| ListUsers |
Get a selection of users.
| |
| MoveHierarchyItem |
Move the given hierarchy item from one parent to another.
| |
| RemoveDriverFromTeam | ||
| RemoveDriverTag |
Remove a tag from a driver.
| |
| RemoveMarkerFromCategory | ||
| RemoveUnitFromFleet | ||
| RemoveUnitTag |
Remove a tag from a unit.
| |
| ReverseGeocode |
Converts a latitude-longitude coordinate to a street address.
| |
| SetOption |
Sets the value of a user option.
| |
| SetUnitInstallType |
Sets the install type of the provided unit
| |
| UpdateCategory |
Updates a
Category
object.
| |
| UpdateCondition |
Updates a condition object.
| |
| UpdateCondition2 |
Updates a Condition2 object that can either come from the newest exception engine or the legacy exception engine.
| |
| UpdateDriver |
Updates a driver. Doesn't currently support updating a driver's properties.
| |
| UpdateFleet |
NOT YET IMPLEMENTED
| |
| UpdateInput |
Updates the input of a given device in a given unit.
| |
| UpdateInputs |
Updates the inputs of a given device in a given unit.
| |
| UpdateMarker |
Update a marker.
| |
| UpdateOutput |
NOT YET IMPLEMENTED
| |
| UpdatePhoto |
NOT YET IMPLEMENTED
| |
| UpdateTeam |
NOT YET IMPLEMENTED
| |
| UpdateUnit |
Updates a unit. It does not currently support updating a unit's properties.
| |
| UpdateUser |
NOT YET IMPLEMENTED
|