Skip to main content
Skip table of contents

Management of digital assets

Digital assets come in the form of images and documentation. They have separate endpoints, but the structure of the endpoints are identical. For the sake of simplification, we are referring to images on this page.

Images are managed through three separate endpoints:

  • Image binary data is managed through the images/binary endpoint. With this endpoint, you can upload new images.

  • Image metadata is managed through the images endpoint. Here you can PATCH and GET image metadata. Before you can use this endpoint for an image, you need to upload the image binary.

  • Usage of images on an item is managed through the item/images endpoint. Here you can POST (add), GET and DELETE (remove) relationships between an item and images.

 

All the image related endpoints follow the same pattern as other endpoints, with an async POST/wait for the status process.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.