BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...
DynamicPlaylistFile Entity (2017/01)
1min
dynamicplaylistflle ('fileinfo type' property set to "dynamicplaylist") is derived from the 'storedfile' structure, and is used to reference dynamic playlists existing in bsn by id see the example below (your values will vary for all but "type") { "type" "dynamicplaylist", // \[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 dynamic playlist", // \[string] "size" 912, // \[uint] "hash" "sha1\ e7ba1a1668ab68e6a0090a0a950d43a25a316d8e", // \[string] "creationdate" "2017 01 15t23 46 46 287z", // \[datetime] "lastmodifieddate" "2018 01 11t10 17 17 960z", // \[datetime] "id" 31711, // \[int] "path" "http //localhost 8081/content/dynamicplaylists/my first dynamic playlist xml" // \[uri] }