ZenduCAM API

ZenduCAM API



Please use the following script for the ZenduCAM 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

    • How to add Geofences to the ZenduCam portal ?

      This article explains how to add Geofences to the ZenduCam portal.  Add Geofences Navigate to the “Admin” tab from the top navigation bar. Select “Geofences” from the side navigation bar. Click “Create Zone”. Provide relevant information for the ...
    • How to view a Job in the ZenduCam portal?

      This article explains how to view a Job in the ZenduCam portal. Note: You can view jobs, their status, and other relevant details from the job board. Navigate to the job board by clicking on the “Jobs” tab in the header. You can find specific jobs ...
    • How to access reports in the ZenduCam portal ?

      This article explains how to access reports in the ZenduCam portal.  Jobs Trips Report Navigate to the “Insights” tab from the top navigation bar. Select “Jobs Trips” from the side navigation bar. Filter the report by either vehicles or jobs. (“Jobs” ...
    • How to create a job in the ZenduCam portal ?

      This article explains how to create a job in the ZenduCam portal.  Job Details Click the  “Add Job” button in the top right corner of the “Jobs” home screen. Enter the name of the job in the mandatory “Job Name” field. Enter the internal reference ...
    • ZenduCAM- Add/Delete groups

      This article will explain how to add, edit and delete groups in ZenduCAM. Steps Adding a Group:       1. Login to the ZenduCAM portal       2. Go to the 'Admin' tab       3. Click on the 'Create Group' button       4. Enter the group name in 'Input ...