...
Base URL:
https://sdk.galooli-systems.com/json/
Request Method:
Service_Log_Report
Common Parameters:
userName=[MY USER]&password=[MY PASSWORD]
Requested Fields:
requestedPropertiesStr=[fieldName]
The following fields are currently supported:
service_log_time_stamp
service_log_comment1-/2/3
service_log_value
service_log_edited_fields
service_log_update_time
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]
...
Code Block |
---|
{
"CommonResult": {
"ResultDescription": "",
"ResultCode": 0,
"DataSet": [
[
"2024-07-16",
"111111 - Test",
"Vandalism",
"Approved",
"2",
"1",
"Site Down Time",
"2024-07-16 12:49:21"
],
[
"2024-07-16",
"8000000 TEST GALOOLI",
"Disconnection - Without Outage",
"Approved",
"4.5",
"8",
"Site Down Time",
"2024-07-16 12:50:46"
],
]
]
}
} |
AI Based Report
Method
AI_Based_Report
Report Name
AI Based Report
Description
Daily accumulated information report based on AI based report
Parameter Description
Base URL:
https://sdk.galooli-systems.com/json/
Request Method:
AI_Based_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/AI_Based_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": [
[
"1171736",
"MLA-Davy (JJ-832-AA) 1171736",
"2024-08-13",
"2024-08-13",
"1",
"No",
"The analysis is not applicable as the site was disconnected the entire day",
"2000-01-01",
"The analysis is not applicable as there is no generator configured at the site.",
"No",
"2000-01-01",
"No",
"The analysis is not applicable as there is no generator configured at the site.",
"2000-01-01",
"0"
],
[
"1171736",
"MLA-Davy (JJ-832-AA) 1171736",
"2024-08-14",
"2024-08-14",
"1",
"No",
"The analysis is not applicable as the site was disconnected the entire day",
"2000-01-01",
"The analysis is not applicable as there is no generator configured at the site.",
"No",
"2000-01-01",
"No",
"The analysis is not applicable as there is no generator configured at the site.",
"2000-01-01",
"0"
]
]
}
} |