Cloud APIs
...
Data Types (2022/06)
Custom Data Types (2022/06)

Dynamic Playlists Entity (2022/06)

1min
all dynamic playlist entities are structured as follows entity id int int read only read only a unique identifier for the dynamic playlist instance this value is generated by the server when the dynamic playlist is created name string string read write read write the name of the dynamic playlist the maximum character length for this string is 50 characters physicalpath string string read only read only the location of the dynamic playlist feed xml file in the server directory filesize long long read only read only the size of the dynamic playlist feed xml file (in bytes) filehash string string read only read only 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 datetime datetime read only read only a utc timestamp indicating when the dynamic playlist was created on bsn cloud see custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information on this data type lastmodifieddate datetime datetime read only read only a utc timestamp indicating when the dynamic playlist was last modified on bsn cloud see custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information on this data type supportsaudio bool bool read write read write a flag indicating whether the dynamic playlist supports audio files supportsvideo bool bool read write read write a flag indicating whether the dynamic playlist supports video files supportsimages bool bool read write read write a flag indicating whether the dynamic playlist supports image files content dynamicplaylistcontent\[] dynamicplaylistcontent\[] read write read write an array of content object instances representing content files in the dynamic playlist contentid int int read write read write the unique identifier for the dynamic playlist content filename string string read write read write the name assigned to the dynamic playlist content displayduration timespan timespan read write read write the amount of time the content will be displayed before transitioning to the next entry see custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information about this data type validitystartdate nullable nullable read write read write 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 custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information about this data type validityenddate nullable nullable read write read write 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 custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information about this data type presentations presentationinfo\[] presentationinfo\[] read only read only an array of presentation info entity (2022/06) docid\ rh tklzoo3rpbid0mdc9v entities for each presentation associated with the dynamic playlist instance permissions permission\[] permission\[] read write read write a list of permission object instances representing permissions rules assigned to the dynamic playlist instance