ZenduWork API

ZenduWork API



Please use the following script for the ZenduWork API.

For examples and detailed information, click here .

  1. POST  Get Devices



Gets the Devices. This method can be used in various ways to return all, one or some specific set of data for the Devices.


typescript

interface DeviceSearch {
    comment?: string;
    deviceType?: string;
    fromDate?: string;
    toDate?: string;
    groups?: Array;
    licensePlate?: string;
    name?: string;
    serialNumber?: string;
    vehicleIdentificationNumber?: string;
    id?: string;
}

Body  urlencoded

JSON-RPC

{ "method": "Get", "params": { "typeName": "Device", "search": { }, "credentials": { "sessionId": "sessionId", "userName": "username", "database": "database", "customerId": "customerId" } }, "type": "trax" }


  1. POST  Get Devices Status


https://one-service.zenduit.com/api/


Body  urlencoded

JSON-RPC
{ "method": "Get", "params": { "typeName": "DeviceStatusInfo", "search": {}, "credentials": { "sessionId": "sessionId", "userName": "username", "database": "database", "customerId": "customerId" } }, "type": "trax" }



    • Related Articles

    • Adding Vehicles to ZenduWork application

      This article explains how to add vehicles to ZenduWork Application Steps:         1. Go to Zenduwork > Then Admin > Select Vehicles       2. Then Click on Add             3. Add important information like Vehicle name, Vehicle type, groups, license ...
    • Adding users to the ZenduWork application

      This article explains how to add users to Zenduwork Application. Steps       1. Go to Zenduwork application        2. Then Click on Admin > Then go to Add User              3. If the user is already added on Geotab then select Autofill User from ...
    • ZenduWork - Viewing jobs completed by drivers

      This article explains how to view completed jobs or tasks by drivers on ZenduWork.  Steps:  Please follow the steps mentioned below to check the list of completed jobs:  Login to Mygeotab > Go to Zenduwork > Then go to drivers Select data range (For ...
    • Creating KeepTruckin's API request for integrating KeepTruckin and Fiix

      This article explains how to get KeepTruckin API key to integrate KeepTruckin and Fiix Steps:        1. Login to your KeepTruckin Database       2. Go to 'admin' panel              3. Now go to 'Developers' tab and Select 'API Access' option         ...
    • ZenBus API

      BUS ETA A collection holding all the JSON RPC API calls. Error Codes: 500 - internal server error 400 - bad request 401 - authentication failed Auth POST Authenticate https://one-service.zenduit.com/api/ Body urlencoded JSON-RPC { "method": ...