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”
Ensure that the number after the letter matches the actual id in the organization
Requested Fields: requestedPropertiesStr=[FIELDS LIST such as unit_id,unit_name etc.]
Additional, calculated fields (None): calculatedFields=
יכול להישאר ריק
דוגמא