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=Real_Time.Analog.2,group_description,group_address
Additional, calculated fields (None): calculatedFields=
הייתי שובר קצת לכותרות משנה. יש שם כותרת של ה-request sample breakdown ואח"כ בלוק של טקסט.
אתה מתכוון שכדאי לרשום הסבר קצר על כל שדה? כלומר, מזה, Base URL ומזה Common Parameters? וכו'?