Name | Description | Type | Additional information |
---|---|---|---|
LightBulletinId |
The unique id for for the light bulletin, in scope of a site (itslearning customer). |
integer |
None. |
Text |
Descriptive text for the light bulletin. It's intended to be a plain text, so should be encoded. |
string |
None. |
EmbedUrl |
A link to 3rd party content, which can be embedded or inserted as OGP. |
string |
None. |
Pinned |
Defines whether current announcement is pinned. |
boolean |
None. |
AllowComments |
Defines whether comments creation is allowed for current light bulletin. If there are some comments already, they can still be seen. |
boolean |
None. |
HasResources |
DEPRECATED Use ResourcesCount instead. Defines whether any resources were attached to the bulletin. |
boolean |
None. |
AttachedImages |
The list of images attached to the light bulletin. |
Collection of Itslearning.RestApi.Entities.LightBulletins.LightBulletinImage |
None. |
ResourcesCount |
The count of resources attached to the light bulletin. |
integer |
None. |
CommentsCount |
The count of comments for the light bulletin. |
integer |
None. |
ActiveFromDate |
The time when to show the bulletin. |
date |
None. |
ActiveToDate |
The time when to remove the bulletin. |
date |
None. |
IsSubscribed |
Defines if person is subscribed on light bulletin notifications. |
boolean |
None. |
PublishedDate |
The time when the bulletin was created. |
date |
None. |
PublishedBy |
The person who created the light bulletin. |
Itslearning.RestApi.Entities.PersonSimple |
None. |