Dynamic Playlists Entity (2022/06)
1 min
all dynamic playlist entities are structured as follows entity id \<font color="#704ae0">int\</font> \<font color="#01a0af">read only\</font> a unique identifier for the dynamic playlist instance this value is generated by the server when the dynamic playlist is created name \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of the dynamic playlist the maximum character length for this string is 50 characters physicalpath \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the location of the dynamic playlist feed xml file in the server directory filesize \<font color="#704ae0">long\</font> \<font color="#01a0af">read only\</font> the size of the dynamic playlist feed xml file (in bytes) filehash \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the hash algorithm and the value that results from performing the hash algorithm on the file the string is formatted as "{algorithm} {value}" (e g "sha1 6db465879088280aac52dc22b07ed0ad493a99d4") creationdate \<font color="#704ae0">datetime\</font> \<font color="#01a0af">read only\</font> a utc timestamp indicating when the dynamic playlist was created on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information on this data type lastmodifieddate \<font color="#704ae0">datetime\</font> \<font color="#01a0af">read only\</font> a utc timestamp indicating when the dynamic playlist was last modified on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information on this data type supportsaudio \<font color="#704ae0">bool\</font> \<font color="#01a0af">read write\</font> a flag indicating whether the dynamic playlist supports audio files supportsvideo \<font color="#704ae0">bool\</font> \<font color="#01a0af">read write\</font> a flag indicating whether the dynamic playlist supports video files supportsimages \<font color="#704ae0">bool\</font> \<font color="#01a0af">read write\</font> a flag indicating whether the dynamic playlist supports image files content \<font color="#704ae0">dynamicplaylistcontent\[]\</font> \<font color="#01a0af">read write\</font> an array of content object instances representing content files in the dynamic playlist contentid \<font color="#704ae0">int\</font> \<font color="#01a0af">read write\</font> the unique identifier for the dynamic playlist content filename \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name assigned to the dynamic playlist content displayduration \<font color="#704ae0">timespan\</font> \<font color="#01a0af">read write\</font> the amount of time the content will be displayed before transitioning to the next entry see timespan docid\ dx1c8usfkxpwntprb9f t for more information about this data type validitystartdate \<font color="#704ae0">nullable\</font> \<font color="#01a0af">read write\</font> the validity start date for the entry (that is, the point at which it will start being included in the dynamic playlist) a null value specifies that the item is valid immediately when added to the dynamic playlist see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type validityenddate \<font color="#704ae0">nullable\</font> \<font color="#01a0af"> read write\</font> the validity end date for the associated entry (that is, the point at which it will no longer be included in the dynamic playlist) a null value specifies that the item will be valid until it is removed from the dynamic playlist manually by a user see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type presentations \<font color="#704ae0">presentationinfo\[]\</font> \<font color="#01a0af">read only\</font> an array of presentation info docid\ rh tklzoo3rpbid0mdc9v entities for each presentation associated with the dynamic playlist instance permissions \<font color="#704ae0">permission\[]\</font> \<font color="#01a0af">read write\</font> a list of permission object instances representing permissions rules assigned to the dynamic playlist instance