Overview

This entity holds contains basic information which course elements are added to plans.

Relationships

This entity has relation with the following entities:

Diagram

Entity Details


Name
Data type
Nullable
Description

PlanId

Edm.Int32

false

Id of the plan

CourseElementId

Edm.Int32

false

Id of the course element

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/PlanElements?$top=10

Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/site/$metadata#PlanElements","value":[
{
"PlanId":2,"CourseElementId":1583,"T_ModifiedDate":"2024-05-29T11:35:00"
},{
"PlanId":1,"CourseElementId":1617,"T_ModifiedDate":"2024-05-29T11:35:00"
}
]
}