Live Text Feed Entity (2022/06)
1 min
all live text feed entities are structured as follows entity id \<font color="#704ae0">int\</font> \<font color="#01a0af">read only\</font> the unique identifier for the live text feed instance name \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of the live text feed instance the maximum length of this string is 50 characters physicalpath \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the location of the live text feed xml file in the server directory filesize \<font color="#704ae0">long\</font> \<font color="#01a0af">read only\</font> the size of the live text feed xml file (in bytes) filehash \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the hash value of the live text feed 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 timestamp indicating when the live text feed was created on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type lastmodifieddate \<font color="#704ae0">datetime\</font> \<font color="#01a0af">read only\</font> a timestamp indicating when the live text feed was last modified on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type items \<font color="#704ae0">livetextfeeditem\[]\</font> \<font color="#01a0af">read write\</font> title \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the key (rss item title) of the item in the associated live text feed description \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the value (rss item description) of the item in the associated live text feed 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 live text feed) a null value specifies that the item is valid immediately when added to the live text feed 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 live text feed) a null value specifies that the item will be valid until it is removed from the live text feed 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 live text feed 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 live text feeds instance