Information submitted through the support site is private but is not hosted within your secure CDD Vault. Please do not include sensitive intellectual property in your support requests.

Data Sets [GET]

Return a list of accessible public data sets for the given vault.

GET /api/v1/vaults/$VAULT_ID/data_sets


Example:

curl -H "X-CDD-Token: $TOKEN" https://app.collaborativedrug.com/api/v1/vaults/489978881/data_sets


Returns:

[
  {
    "name": "References and associated data",
    "id": 724598620
  },
  {
    "name": "McKerrow Public Data",
    "id": 225267917
  }
]