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 11 Next »



On This Page

List All Connections

GET {{url}}v1/connections

List Connection Features and Limitations

List connection features

Ensure you have an established connection before making the following call.

GET {{url}}v1/connections/{{cloud_connection}}?include=features

List platform features

To list general supported features for a given platform, make the following call. No connection is required.

GET {{url}}v1/connections/platforms/{{platform_id}}?fields=all

Get platform IDs based on your license

GET {{url}}v1/connections/platforms?fields=all&active=1

Set Platform Preferences

Platform preferences will control what platforms you want to see in the SkySync application. If you are licensed for several platforms but only want to see a specific set, this feature allows your to set this. 

{
 "value": {
        "value": [
          "box",
          "dropbox",
          "fs",
          "nfs",
          "google-drive",
          "onedrive-business",
          "dfb"
        ]
      }
}




  • No labels