BrightSignNetwork (BSN) Main A...
...
Data Types (2017/01)
Custom Data Types (2017/01)
Dynamic Playlists Entity (2017/01)
1min
all dynamic playlist entities are structured as follows entity id int a unique identifier for the dynamic playlist instance this value is generated by the server when the dynamic playlist is created name string the name of the dynamic playlist physicalpath string the location of the dynamic playlist feed xml file in the server directory filesize long the size of the dynamic playlist feed xml file (in bytes) filehash string 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 a utc timestamp indicating when the dynamic playlist was created on bsn cloud see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information on this data type lastmodifieddate datetime a utc timestamp indicating when the dynamic playlist was last modified on bsn cloud see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information on this data type supportsaudio bool a flag indicating whether the dynamic playlist supports audio files supportsvideo bool a flag indicating whether the dynamic playlist supports video files supportsimages bool a flag indicating whether the dynamic playlist supports image files content dynamicplaylistcontent\[] an array of content object instances representing content files in the dynamic playlist contentid int the unique identifier for the dynamic playlist content filename string the name assigned to the dynamic playlist content displayduration timespan the amount of time the content will be displayed before transitioning to the next entry see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type validitystartdate datetime? 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 (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type validityenddate datetime? 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 (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type presentations presentationinfo\[] an array of presentation info entity (2017/01) docid\ lonekjxcj5cvjcjwayeaa for each presentation associated with the dynamic playlist instance permissions list a list of permission object instances representing permissions rules assigned to the dynamic playlist instance