Sonos Music API > getExtendedMetadataText

Sonos uses the getExtendedMetadataText request to get more information about an item. This call is designed to be a follow-up to a getExtendedMetadata call.

Request parameters

Name Type Description
id string
(128)
The unique ID of the item that Sonos is requesting extended metadata. This can be a track, album, artist, or other item type.
type string
(32)
Enum type of text to get. This is the same enum text returned in the relatedText node of the
getExtendedMetadata call for the SMAPI ID.

Response

Name Type Description
getExtendedMetadataTextResult string The actual body of the text.

Sample request

Sample response