These API documents provide information on how to integrate with NexTraq using NexTraq proprietary Web Service or other standards including MultiSpeak, GeoJSON, and AEMP.
You will need a NexTraq Web Service login credential in order to use these API documents. Please contact NexTraq at webservices@nextraq.com to request an account.
The NexTraq Web Service APIs provide the ability for a user to access and manage data stored in the NexTraq Fleet Tracking solution.
Endpoint WSDL | Description | Schema |
---|---|---|
DispatchManagerV1 | Dispatch Manager Web Service offers access to dispatched jobs and messages. | |
AlertManagerV2 | Alert Manager Version 2 Web Service offers creation, modification, deletion and listing of alert definitions. | |
LocationsManagerV2 | Locations Manager Web Service offers access to and the ability to maintain locations with support for External Reference ID's. |
DWData.xsd |
AccountUserManagerV1 | Account User Manager Web Service offers access to account users. |
DWData.xsd |
DriverManagerV1 | Driver Manager Web Service offers access to mobile drivers. |
DWData.xsd |
RouteManagerV1 | Route Manager Version 1 Web Service offers creation, modification, deletion and listing of routes. | |
FleetManagerV1 | Fleet Manager Version 1 Web Service offers creation, modification, deletion and listing of fleets. | |
LocationsManagerV1 | Locations Manager Web Service offers access to and the ability to maintain locations. | |
AddressFinderV1 | Address Finder Web Service offers geocoding and reverse geocoding for your Internet applications. | |
AuthenticationManagerV1 | The AuthenticationManagerV1 service provides authentication methods necessary in order to access the NexTraq Web Service. | |
AlertManagerV1 | Alert Manager Web Service offers access to alerts and alert events. | |
MobileManagerV1 | Mobile Manager Web Service offers access to mobiles and fleets. | |
TrackManagerV1 | Track Manager Web Service offers access to Tracks. | |
EventManagerV1 | Event Manager Web Service offers access to Events. |
The MultiSpeak Specification is a key industry-wide standard for realizing the potential of enterprise application interoperability. The MultiSpeak Specification is the most widely applied de facto standard in North America pertaining to distribution utilities and all portions of vertically-integrated utilities except generation and power marketing.
NexTraq supports MultiSpeak Version 4.0 AVL capability
Endpoint WSDL | Description |
---|---|
AVL_Server | Supported methods includes
|
More on MultiSpeak Specification
Version 1.2 of AEMP Telematics API is implemented. Implementation returns current location of all mobiles in an account. No arguments are accepted.
Default rate limit is once per minute
Auth is via http basic auth
Paging is supported by specifying page and size parameters. Maximum and default page size is 1500. Equipment (mobile) collection is ordered by hardware id
More on AEMP Telematics Standard
GeoJSON is a format for encoding a variety of geographic data structures
GeoJSON implementation returns current location of all mobiles in an account. No arguments are accepted.
Default rate limit is once per minute
Auth is via http basic auth
Paging is supported by specifying page and size parameters. Maximum and default page size is 1500. Features (mobile) collection is ordered by hardware id
More on GeoJSON