Additional APIs

  • Generate Folder PAR URL

  • All Created PAR URL

  • All Expired PAR URL

Generate Folder PAR URL

This API provides you with a listing of generated Objects available to access from a PAR URL.

  1. From Collections, select the Generate Folder PAR URL post command.

  2. Click Send to generate the Folder PAR URL in the response tab of Postman.

  3. Copy and access this URL in a browser to view the list of available objects.

File listing within a folder is limited to 1,000 rows. When additional rows are available, the nextStartWith will appear with the next file in the listing.

Append the PARURL with ?Start= value from nextStartWith and run. This will return the next 1,000 files. Continue to append the URL with ?Start= until you have reached the end of the list.

If additional guidance is required to use the ListObject, refer to https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/ListObjects

All Created PAR URL

This API provides you with a listing of generated PAR URLs and the current status.

  1. From Collections, select the All Created PAR URL get command.

  2. Click Send to generate the list in the response tab of Postman.

  3. Review the response tab.

All Expired PAR URL

This API provides you with a listing of expired PAR URLs.

  1. From Collections, select the All expired PAR URL get command.

  2. Click Send to generate the list in the response tab of Postman.

  3. Review the response tab.