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.

...

Method
AI_Based_Report

Report Name
General Reports - SummaryAI Based Report

Description
Daily accumulated information report based on AI based report

...

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 StructureTBA

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"
            ]
        ]
    }
}