Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SDK service requests simply invoke a standard report, available on all other Galooli platforms, thus ensuring full compatibility between all of our solutions.

Please see below a list of available methods and match reports.

(warning) SDK services do not support detailed reports

(warning) Currently, the SDK tools are unable to provide information about addresses

Table of Contents
minLevel1
maxLevel1
outlinefalse
typelist
printablefalse

Assets Report

Method

Assets_Report

Report Name

General Reports - Assets

Description

Asset-based report

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Assets_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Requested Last Gmt Update Time: lastGmtUpdateTime=[YYYY-MM-DD HH:MM:SS]

Info

Unique for the "Asset” report.
By default, when you run the URL of the Asset Report, no date is required, so the measurement starts on 01-01-2000 by default, so you will receive data for all assets, even if they have not been updated.

Sometimes it is not necessary to receive all the units, but only those that have been updated since the last update (i.e. to maintain the "last" status of the units).

The following link provides more information about the "Last GMT Update Time" usage:
Asset Reporting Behavior In The SDK

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

...

SDK service requests simply invoke a standard report, available on all other Galooli platforms, thus ensuring full compatibility between all of our solutions.

Please see below a list of available methods and match reports.

(warning) SDK services do not support detailed reports

(warning) Currently, the SDK tools are unable to provide information about addresses

Table of Contents
minLevel1
maxLevel1
outlinefalse
typelist
printablefalse

Assets Report

Method
Assets_Report

Report Name
General Reports - Assets

Description
Asset-based report

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Assets_Report

...

  • Common Parameters: userName=[MY

...

  • USER]&password=[MY

...

  • PASSWORD]

...

  • Requested Fields: requestedPropertiesStr=[fieldName]

...

  • Requested Last Gmt Update Time: lastGmtUpdateTime=[YYYY-MM-DD

...

  • HH:MM:SS

...

  • ]

Results Structure

Code Block
{
  "MaxGmtUpdateTime": "2022-12-25 09:52:29",
  "CommonResult": {
    "ResultDescription": "",
    "ResultCode": 0,
    "DataSet": [
      [
        "1131199",
        "Truck 7",
        "Disconnected"
      ],
      [
        "1131204",
        "Truck 9",
        "Disconnected"
      ]
    ]
  }
}

Summary Report

Method

Summary_Report 

Report Name

General Reports - Summary

Description

Daily accumulated information report

Parameter Description

...

Base URL: https://sdk.galooli-systems.com/Json/

...

Request Method: Summary_Report

...

Info

Unique for the "Asset” report.
By default, when you run the URL of the Asset Report, no date is required, so the measurement starts on 01-01-2000 by default, so you will receive data for all assets, even if they have not been updated.

Sometimes it is not necessary to receive all the units, but only those that have been updated since the last update (i.e. to maintain the "last" status of the units).

The following link provides more information about the "Last GMT Update Time" usage:
Asset Reporting Behavior In The SDK

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Assets_Report?userName=userName=[MY USER]&password=[MY PASSWORD]

...

&requestedPropertiesStr=[fieldName]

...

&lastGmtUpdateTime=[YYYY-MM-DD HH:MM:SS]&

...

requestedUnits=[o/f/g/u ID]

...

Results Structure

Code Block
https://sdk.galooli-systems.com/Json/Summary_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{{
  "MaxGmtUpdateTime": "2022-12-25 09:52:29",
  "CommonResult": {
    "ResultDescription": "",
    "CommonResultResultCode":{  0,
    "ResultDescriptionDataSet":"", [
     "ResultCode":0, [
     "DataSet":[          [
   "1131199",
        "ZimbabweTruck 27",
  
         "2022-12-23Disconnected",
      ],
     "2022-12-23",
 [
           "11131204",
        "Truck ]9",
        "Disconnected"
[      ]
    ]
 "Zimbabwe 2",
            "2022-12-24",
            "2022-12-24",
            "1"    
         ]
      ]
   }
}

Events Report

Method

Events_Report     

Report Name

General Reports - Events

Description

Shows depth information for the selected unit/group/cluster/organization events

Parameter Description

...

}
}

Summary Report

Method
Summary_Report 

Report Name
General Reports - Summary

Description
Daily accumulated information report

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Summary_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset Object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/

...

Summary_Report

...

?userName=userName=[MY USER]&password=[MY PASSWORD]

...

&requestedPropertiesStr=[fieldName]

...

&startDate=[YYYY-MM-DD HH:MM:SS]&

...

endDate=[YYYY-MM-DD HH:MM:SS]

...

&requestedUnits=[o/f/g/u ID]

...

Results Structure

Code Block
https://sdk.galooli-systems.com/Json/Events_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]&requestedEvents=any&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[
         [
            "Colombia 2",
            "2022-12-24 12:07:53",
            "Battery Full On Solar",
            ""
         ],
         [
            "Colombia 2",
            "2022-12-24 12:24:53",
            "Battery Full On Solar",
            ""
         ],
         [
            "Colombia 2",
            "2022-12-24 12:45:53",
            "Battery Full On Solar",
            ""
         ]
      ]
   }
}

Trip Report

Method

Trip_Report 

Report Name

Fleet - Trips

Description

Shows trips that are made by the selected unit/group/cluster according to the chosen period

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Trip_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Trip_Report?userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

 Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[
         [
            "Zimbabwe 2",
            "2022-12-23",
            "2022-12-23",
            "1"
         ],
         [
            "Zimbabwe 2",
            "2022-12-24",
            "2022-12-24",
            "1"    
         ]
      ]
   }
}

Events Report

Method
Events_Report     

Report Name
General Reports - Events

Description
Shows depth information for the selected unit/group/cluster/organization events

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Events_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset Object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Events_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]&requestedEvents=any&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[
         [
            "Colombia 2",
            "2022-12-24 12:07:53",
            "Battery Full On Solar",
            ""
         ],
         [
            "Colombia 2",
            "2022-12-24 12:24:53",
            "Battery Full On Solar",
            ""
         ],
         [
            "Colombia 2",
            "2022-12-24 12:45:53",
            "Battery Full On Solar",
            ""
         ]
      ]
   }
}

Trip Report

Method
Trip_Report 

Report Name
Fleet - Trips

Description
Shows trips that are made by the selected unit/group/cluster according to the chosen period

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Trip_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Trip_Report?userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

 Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[
         [
            "Car14",
            "2022-12-24 12:07:25",
            "2022-12-24 12:08:01",
            "0.08",
            "11",
            "00:00:10",
            "00:00:00"
         ],
         [
            "Car14",
            "2022-12-24 12:18:55",
            ["2022-12-24 12:25:50",
            "Car143.79",
            "2022-12-24 12:07:2520.62",
            "2022-12-24 12:08:0100:04:49",
            "0.08",00:00:00"
         ]
      ]
  "11",             "00:00:10",
            "00:00:00"
         ],
         [
            "Car14",
            "2022-12-24 12:18:55",
            "2022-12-24 12:25:50",
            "3.79",
            "20.62",
            "00:04:49",
            "00:00:00"
         ]
      ]
   }
}

POI Trip Report

Method

POI_Trip_Report  

Report Name

Fleet - Geofence Activity

Description

A summary report that provides details of all the interactions of the vehicles with the geofence locations

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Trip_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields:requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Trip_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[}
}

POI Trip Report

Method
POI_Trip_Report  

Report Name
Fleet - Geofence Activity

Description
A summary report that provides details of all the interactions of the vehicles with the geofence locations

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Trip_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields:requestedPropertiesStr=[fieldName]

  • Date and Time Stamp:startTime=[YYYY-MM-DD HH:MM:SS]&endTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Trip_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]&startDate=[YYYY-MM-DD HH:MM:SS]&endDate=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{
   "CommonResult":{
      "ResultDescription":"",
      "ResultCode":0,
      "DataSet":[
         [
            "1165932",
            "",
            "2022-12-24 12:07:25",
            "2022-12-24 12:08:01",
            "00:00:36",
            "0.08",
            "",
            ""
         ],
         [
            "1165932",
            "",
            "2022-12-24 12:18:55",
            "2022-12-24 12:25:50",
            "00:06:55",
            ["3.79",
            "1165932",
            "",
            "2022-12-24 12:07:25",]
       ]
     "2022-12-24 12:08:01",
            "00:00:36",
            "0.08",}
}

Admin POI Report

Method
Admin_POI_Report 

Report Name
System Reports - POI

Description
General information about existing POIs in the selected group/cluster

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Json/

  • Request Method: Admin_POI_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Admin_POI_Report?userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]

Results Structure

Code Block
{
   "CommonResult":{
            "ResultDescription":"",
   
        ""
         ],
         [
  ResultCode":0,
         "1165932DataSet",
:[
           "",[
            "2022-12-24 12:18:55TEST",
            "2022-12-24 12:25:50Point",
            "00:06:55Yes",
            "344.7960119891525624",
            "21.87109055034186",
            "Undefined"
         ]
      ]
   }
}

...

Service Log Report

Method
AdminService_POILog_Report Report

Report Name
System Reports - POITBA

Description
General information about existing POIs in the selected group/clusterTBA

Parameter Description

  • Base URL: https://sdk.galooli-systems.com/Jsonjson/

  • Request Method: AdminService_POILog_Report

  • Common Parameters: userName=[MY USER]&password=[MY PASSWORD]

  • Requested Fields: requestedPropertiesStr=[fieldName]

  • Requested Last Gmt Update Time: lastGmtUpdateTime=[YYYY-MM-DD HH:MM:SS]

  • Requested Asset object: requestedUnits=[o/f/g/u ID]

Request Example

Code Block
https://sdk.galooli-systems.com/Json/Admin_POIAssets_Report?userName=userName=[MY USER]&password=[MY PASSWORD]&requestedPropertiesStr=[fieldName]

...

]&lastGmtUpdateTime=[YYYY-MM-DD HH:MM:SS]&requestedUnits=[o/f/g/u ID]

Results Structure

Code Block
{
  "MaxGmtUpdateTime": "2022-12-25 09:52:29",
  "CommonResult": {
      "ResultDescription": "",
 
    "ResultCode": 0,
 
    "DataSet": [
      [
    [    "1131199",
        "TESTTruck 7",
   
        "PointDisconnected",
      ],
     "Yes",    [
        "44.601198915256241131204",
            "21.87109055034186",
   "Truck 9",
        "UndefinedDisconnected"
 
       ]
      ]

  }
}