LiveTextFeedFile Entity (2022/06)

LiveTextFeedFile ('FileInfo.Type' property set to "LiveTextFeed") is derived from the 'StoredFile' structure, and is used to reference live text feeds existing in BSN by ID. See the example below (your values will vary for all but "type"):

{ "type": "LiveTextFeed", // [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 Live Text Feed", // [string] "size": 912, // [uint] "hash": "SHA1:2C95B879DD75A398CB37AAA7851F3ACBC5CE7419", // [string] "creationDate": "2017-02-08T00:17:57.573Z", // [DateTime] "lastModifiedDate": "2018-01-09T23:39:02.123Z", // [DateTime] "id": 47325, // [int] "path": "http://localhost:8081/Content/Eugene/Feeds/My First Live Text Feed.xml" // [URI] }