| Name | Description | Type | Additional information |
|---|---|---|---|
| ElementId |
The unique identifier for the page element in scope of a customer. |
integer |
None. |
| Title |
The title of the page. |
string |
None. |
| ContentBlocks |
The content blocks on the page. |
Collection of Itsolutions.Itslearning.Web.RestApi.Personal.Page.Responses.ContentBlock |
None. |
| CanEdit |
True if the page can be edited by the current user. |
boolean |
None. |
| CanChangePermissions |
True if the current user is able to manage permissions for the current element. |
boolean |
None. |
| IsLearningPathSubElement |
Defines whether current element belongs to learning path. |
boolean |
None. |
| Layout |
The layout of the page (how many columns). |
Itsolutions.Itslearning.Web.RestApi.Personal.Page.Responses.LayoutSchemaType |
None. |
| Urls |
URLs used in page. |
Itsolutions.Itslearning.Web.RestApi.Personal.Page.Responses.PageUrls |
None. |
| IconUrls |
URLs for the icons used for page. |
Itsolutions.Itslearning.Web.RestApi.Personal.Page.Responses.PageIconUrls |
None. |
| IsActive |
Indicates whether the page is active. Derived from ActiveFrom and ActiveTo. |
boolean |
None. |
| ActiveFrom |
When the page becomes active. Null means it is active immediately. |
date |
None. |
| ActiveTo |
When the page becomes inactive. Null means it remains active indefinitely. |
date |
None. |
| LearningObjectives |
The learning objectives linked to the page. Can be empty if no learning objectives are linked. |
Collection of Itsolutions.Itslearning.Web.RestApi.Personal.Element.Models.ElementLearningObjective |
None. |
| CurrentDateTimeFormat |
The date and time format |
string |
None. |