Skip to end of banner
Go to start of banner

URL structure

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

You can access all our SDK APIs through HTTPS GET requests, with the following structure:

https://sdk.galooli-systems.com/JSON/[REQUEST METHOD]?[COMMON PARAMETERS]&[REQUEST PARAMTERS]

Where [COMMON PARAMTERS]:

UserName=[REQUEST USER]
Password=[USER PASSWORD]

Request sample breakdown

Consider the request below

https://sdk.galooli-systems.com/Json/Assets_Report?userName=[MY USER]&password=[MY PASSWORD]&requestedUnits=u800000&requestedPropertiesStr=Real_Time.Analog.2,group_description,group_address&calculatedFields=

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

Request Method: Assets_Report

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

Requested Asset object: requestedUnits=u800000
The letter before the number indicates the type of asset selected from the organization’s tree

  • "u" stands for "unit"

  • “g” stands for “group”

  • “f” stands for “cluster”

  • “o” stands for “organization”

Requested Fields: requestedPropertiesStr=Real_Time.Analog.2,group_description,group_address

Additional, calculated fields (None): calculatedFields=

  • No labels