TaggedPlaylistFile Entity (2020/10)

TaggedPlaylistFile

TaggedPlaylistFile ('FileInfo.Type' property set to "TaggedPlaylist") is derived from the 'StoredFile' structure, and is used to reference tagged playlists existing in BSN by ID. See the example below (your values will vary for all but "type"):

{ "type": "TaggedPlaylist", // [string], structure data type visible only in JSON representation and used by de-serializer to determine expected property set of this object instance "name": "My First Tagged Playlist", // [string] "size": 0, // [uint] "hash": "SHA1:E7BA1A1668AB68E6A0090A0A950D43A25A316D8E", // [string] "creationDate": "2017-02-08T00:00:55.273Z", // [DateTime] "lastModifiedDate": "2017-02-08T00:00:55.273Z", // [DateTime] "id": 47323, // [int] "path": "http://localhost:8080/bs/GetFile.ashx?type=TaggedPlaylist&token=7E2DBC0CC21E2449D06CA32836AD86BB" // [URI] }