Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

aligncenter

...

On This Page

Table of Contents

List All Connections

Code Block
GET {{url}}v1/connections

List Connection Features and Limitations

List connection features

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

Code Block
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.

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

Get platform IDs based on your license

Code Block
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. 

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