Versions Compared

Key

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

...

Code Block
curl -i -X PUT -H "Authorization:Basic d21.....uZT=="   -T "./test.pgp"  'https://staging-dataupload.wmda.info/api/v2/io/ION0999/'

 

Download

You may use the API also to fetch your reports : Use the following endpoint to fetch an array with filedescriptors:

Code Block
https://staging-dataupload.wmda.info/api/v2/fs/reports-ion0999/?children=f


...

 


In RESTLET :


                       

Click on Code to get raw CURL syntax:

...