CourseTemplate
Note: Targeted release date
Overview
This is an entity that contains information about the use of course templates.
Usage in itslearning
- A common practice among many of our customers is to apply a common structure for many courses, or to reuse the structure of a course across several years. This is easily achieved by sharing a course as a template in course properties. Courses can be shared as a template on a school and site level. Once shared, the template can be applied when creating a new course or it can be pushed to existing courses.
- This entity is not used in the itslearning application. This is a technical table.
Relationships
This entity has relation with the following entities:
- Course
Entity Details
Name | Data type | Nullable | Description |
|---|---|---|---|
CourseId | Edm.Int32 | false | Identifier of the course that is based on a template |
TemplateCourseId | Edm.Int32 | false | Identifier of the applied template course |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Request body
URI
https://reporting.itslearning.com/odata/engine7/CourseTemplates?$top=10Response body - JSON (default output format)
JSON response
{ "odata.metadata":"https://reporting.itslearning.com/odata/site/$metadata#CourseTemplates","value":[ { "CourseId":1420,"TemplateCourseId":1418,"T_ModifiedDate":"2024-08-22T08:00:13" },{ "CourseId":1441,"TemplateCourseId":1467,"T_ModifiedDate":"2024-08-22T08:00:13" },{ "CourseId":1457,"TemplateCourseId":1456,"T_ModifiedDate":"2024-08-22T08:00:13" },{ "CourseId":1472,"TemplateCourseId":1470,"T_ModifiedDate":"2024-08-21T08:00:10" },{ "CourseId":1482,"TemplateCourseId":1244,"T_ModifiedDate":"2024-08-20T08:00:01" } ]}