Rum Replay Playlists
Get RUM replay playlist
Get a playlist.
get/api/v2/rum/replay/playlists/{playlist_id}
Path parameters
playlist_idinteger required
Example:1234567
Unique identifier of the playlist.
Response
OK
Example response
{
"data": {
"attributes": {
"created_by": {
"handle": "john.doe@example.com",
"id": "00000000-0000-0000-0000-000000000001",
"uuid": "00000000-0000-0000-0000-000000000001"
},
"name": "My Playlist"
},
"type": "rum_replay_playlist"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.