Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All live text feed entities are structured as follows:

entity:

  • [int] Id: The unique identifier for the live text feed instance

  • [string] Name: The name of the live text feed instance

  • [string] PhysicalPath: The location of the feed XML file in the server directory

  • [long] FileSize: The size of the feed XML file (in bytes)

  • [string] FileHash: 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").

  • [DateTime] CreationDate: A timestamp indicating when the live text feed was created on BSN.cloud. See Custom Data Types#DateTimeDateTime for more information about this data type.

  • [DateTime] LastModifiedDate: A timestamp indicating when the live text feed was last modified on BSN.cloud. See Custom Data Types#DateTimeDateTime for more information about this data type.

  • [LiveTextFeedItem[]] Items: Supported representations are:

    • [string] Title:

    • [string] Description:

    • [DateTime?] ValidityStartDate:

    • [DateTime?] ValidityEndDate:

  • [PresentationInfo[]] Presentations: An array of Presentation Info entities for each presentation associated with the live text feed instance

  • [List<Permission>] Permissions: A list of permission object instances representing permissions rules assigned to the live text feeds instance