get family library
Get the content that a family has in their library
-
The contextual family is the authorised user's family
-
By default, expired and deleted content is excluded from the response (unless specified using the
showexpired
andshowdeleted
query string parameters)
Request
-
Using the querys tring
?view=groups
will include library groups and content a family has in the response under thegroups
object- For each group the
cards
property is returned as an empty array / not populated. This is to support clients deserialising the object.
- For each group the
-
The subscriptions for the family are included in the response under the
subscriptions
propertysubscriptions: []
signifies the family has no subscriptions
Response
inFamilyLibrary
- istrue
for all library items except for user generated content items (such as playlists) where it will befalse
. User generated content is returned as part of the library and cannot be removed from the library.
Deprecated Fields
masterUid
- represents the identifier for the card. This will be removed at a later date.
Authorizations
Parameters
Query Parameters
Include additional views of the family library.
'groups' - include the family library groups in the response
groups
true
Include content that has expired or the family no longer own
true
Include content that has been removed from the family library
true
The image width in pixels for 'card.metadata.cover' images. If unspecified it defaults to 250 pixels
100