instances-file/{type}/{id}

Number of APIs: 6

  1. Make current to latest version POST {{baseUrl}}/instances/file/:type/:id/make-current

  2. List all versions of the file GET {{baseUrl}}/instances/file/:type/:id/versions

  3. Check in as next version POST {{baseUrl}}/instances/file/:type/:id/nextVersion

  4. Check in as current version POST {{baseUrl}}/instances/file/:type/:id/currentVersion

  5. Check if user privilege to download the content associated with file type GET {{baseUrl}}/instances/file/:type/:id/canDownload

  6. Delete all versions of an object DELETE {{baseUrl}}/instances/file/:type/:id/all