APIs and systems integration Data Warehouse API Data warehouse API data model reference PlanElement PlanElement OverviewThis entity holds contains basic information which course elements are added to plans.RelationshipsThis entity has relation with the following entities:CourseElementPlanDiagramEntity DetailsNameData typeNullableDescriptionPlanIdEdm.Int32falseId of the planCourseElementIdEdm.Int32falseId of the course elementT_ModifiedDateEdm.DateTimefalseDate and time the entity was last modified in data warehouseRequest bodyURI 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" } ] } Plan Scorm