Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

/api/isys not working

Featured Replies

I started getting that with my app, and recently updated it with the fix. When I get to a real keyboard I'll let you know what it was....

Basically - I found that the API was changed. You used to be able to call /api/isys and get the description of the portal account. Now, you have to get the ID from a different call first, then pass that ID with your /api/isys call... as follows:

GET https://my.isy.io/api/domains/lookup with basic authentication (Portal username/password). 

Get the _id value...

GET https://my.isy.io/api/isys?domain={_id}&subaccounts=false

(replacing the {_id} with the received _id from the first request).

Edited by MWareman

  • Author

Basically - I found that the API was changed. You used to be able to call /api/isys and get the description of the portal account. Now, you have to get the ID from a different call first, then pass that ID with your /api/isys call...  as follows:

GET https://my.isy.io/api/domains/lookup with basic authentication (Portal username/password).

Get the _id value...

GET https://my.isy.io/api/isys?domain={_id}&subaccounts=false

(replacing the {_id} with the received _id from the first request).

 

Basically - I found that the API was changed. You used to be able to call /api/isys and get the description of the portal account. Now, you have to get the ID from a different call first, then pass that ID with your /api/isys call...  as follows:

Got it. Thx.  

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.