Versions Compared

Key

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

...

Code Block
titleData Manager API ion list
curl -i 'https://sandbox-datamanager-api.wmda.info/api/v1/ions/list' \
--header 'Authorization: Bearer ••••••' \
--header 'Content-Type: application/json'


For windows user, please use double quote instead single quote for the reqest:

Code Block
titleData Manager API ion list for windows
curl -i "https://sandbox-datamanager-api.wmda.info/api/v1/ions/list" \
--header "Authorization: Bearer ••••••" \
--header "Content-Type: application/json"

Upload

Below is a suggestion for curl call based on the Data Manager swagger doc to upload a file for an ION. 

...