Skip to content

Download Container Content

Tobias Haase requested to merge file_container_content into master

Description

  • one can now see a list files and structured data directly from the container endpoint /files/{fileContainerId}/payload/
  • one can now download files and structured data directly from the container endpoint /files/{fileContainerId}/payload/{oid}
  • one can now download specific structured data via /collections/{collectionId}/dataObjects/{dataObjectId}/structureddataReferences/{structureddataReferenceId}/payload/{oid}

Breaking Changes:

  • the endpoint getAllFiles was moved (.../collections/<id>/dataObjects/<id>/fileReferences/<id>/files to .../collections/<id>/dataObjects/<id>/fileReferences/<id>/payload)
  • the endpoint getFilePayload was moved (.../collections/<id>/dataObjects/<id>/fileReferences/<id>/files/<oid> to .../collections/<id>/dataObjects/<id>/fileReferences/<id>/payload/<oid>)

Related Issues:

Edited by Tobias Haase

Merge request reports