Contact sheets
This relation targets contact sheets.
Get all accessible contact sheets
GET /api/dam/contact-sheets
The response body will contain a paginated list of contact sheet resources in the _embedded
section.
Only contact sheet accessible to the user will be returned.
Get a contact sheet
GET /api/dam/contact-sheets/7
If the contact sheet exists and is accessible to the user, the status of the response will be 200
and the response body will be a canonical representation of the contact sheet.
If the contact sheet exists but the user does not have access to it, the status of the response will be 403
.
If the contact sheet does not exist, the status of the response will be 404
.
4.67.0+