export.collection.list

The export.collection.list service returns the list of collections that are exportable from an organization.

TR50 Request


                            {
  "1" : {
    "command" : "export.collection.list"
  }
}
      

TR50 Response


                            {
  "1" : {
    "success" : true,
    "params" : {
      "collections" : [ "api_logs", "properties", "cdp_connections", "things", ... ]
    }
  }
}
      

Response Parameters

Name

Type

Description

collections

Array

An array of strings that represent the exportable collections from an organization