get a group
Gets a group for a family.
-
The contextual family is the authorised user's family
-
If a family does not own the queried group or the group does not exist, a 404 Not Found is returned
-
The
cards
property represents each of theitems
in the group-
Each
items.contentId
must be in the family's library (and not have been removed or expired) -
Each
items.contentId
must be available on Yoto -
if an
items.contentId
is not in a family's library or is not avaialbe it is excluded from thecards
array
-
-
imageId
can be a pre-made image ID (e.g.fp-cards
), with the resultingimageUrl
being set to a CDN URL for the image. -
Alternatively,
imageId
can be set to an ID for an image uploaded to the Media API via the 'upload a family image' endpoint. The resultingimageUrl
will be a URL pointing to the 'get a family image' endpoint for theimageId
which redirects to a signed S3 URL.