LearningItem

Overview

This is a dimension entity which gathers information about course elements (course content) and manual assessments (teacher created assessments not related to a course element) that have been added to a courses. It links together several other entities that describe the course and term to which the item belongs, the student's grade and session information.

Which learning items types are included?

  • This entity includes all types of elements (e.g. assignments, test, files) and all the assessments added manually to the courses by the teachers.

  • The entity shows the latest version of each learning item.

Usage in itslearning

The LearningItem gathers data from many sources in itslearning notably those items that are assessed (tasks, tests, assignments, tasks and manual assessments in grade book).

Relationships

LearningItem is linked to:

Diagram

Entity Details


Name

Data type

Nullable

Description

LearningItemId

Edm.Int32

false

Id of a learning item

ElementTypeId

Edm.Int32

false

Id of an Element type for this learning item

CourseId

Edm.Int32

false

Id of a course in which the learning item belongs

TermId

Edm.Int32

false

Id of a term

AssessmentScaleId

Edm.Int32

false

Id of an assessment scale the Learning Item is using

HasLearningObjective

Edm.Boolean

false

Flag that determines if the learning item has learning objective

HasAssessmentCriteria

Edm.Boolean

false

Flag that determines if the learning item has assessment criteria

ElementCategoryId

Edm.Int32

false

Id of an element category

IsAddedToGradebook

Edm.Boolean

false

Flag that determines if item was added to a Gradebook

LearningItemTitle

Edm.String


Learning item title

LearningItemCreatedDate

Edm.DateTime


Learning item created date

IsFinalAssessment

Edm.Boolean

false

Flag that determines if the learning item is a final assessment

Weight

Edm.Double


Weight of item (used e.g. in average calculation)

AssessmentCategory

Edm.String


Assessment category

MaxScore

Edm.Double

false

Maximum score

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

Response body - XML


XML response
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://reporting.itslearning.com/odata/engine7" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices
/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
<id>http://schemas.datacontract.org/2004/07/</id>
<title />
<updated>2017-08-29T13:42:56Z</updated>
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems" />
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(1)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(1)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">1</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">3</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>File single one</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:29:31</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(2)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(2)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">2</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">3</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>VIK002</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:29:52</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(4)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(4)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">4</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">22</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">10</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>Copy Page test</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:30:22</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(5)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(5)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">5</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">15</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">11</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">2</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">true</d:IsAddedToGradebook>
<d:LearningItemTitle>test20_course1</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:30:28</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">2</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(6)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(6)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">6</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">8</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>Moya dacha</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:30:36</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(7)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(7)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">7</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">22</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">2</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>New page</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:30:44</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(9)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)/Element
Type" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)
/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)
/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(9)/UserGrades
" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">9</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">10</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">9</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">2</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>fjdijf</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:31:54</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:type="Edm.Double">0</d:Weight>
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(11)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)/Elemen
tType" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11
)/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11
)/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(11)/UserGrade
s" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">11</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">3</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>10160931.jpg</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:32:22</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(12)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)/Elemen
tType" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12
)/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12
)/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(12)/UserGrade
s" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">12</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">3</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>111.docx</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:32:22</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningItems(13)</id>
<category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)/Elemen
tType" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)/Term" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13
)/AssessmentScale" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13
)/ElementCategory" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/engine7/LearningItems(13)/UserGrade
s" />
<title />
<updated>2017-08-29T13:42:56Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningItemId m:type="Edm.Int32">13</d:LearningItemId>
<d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId>
<d:CourseId m:type="Edm.Int32">3</d:CourseId>
<d:TermId m:type="Edm.Int32">-1</d:TermId>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective>
<d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria>
<d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId>
<d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook>
<d:LearningItemTitle>111.xml</d:LearningItemTitle>
<d:LearningItemCreatedDate m:type="Edm.DateTime">2010-12-16T17:32:23</d:LearningItemCreatedDate>
<d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment>
<d:AssessmentType>Regular</d:AssessmentType>
<d:Weight m:null="true" />
<d:AssessmentCategory></d:AssessmentCategory>
<d:MaxScore m:type="Edm.Double">0</d:MaxScore>
</m:properties>
</content>
</entry>
</feed>


Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#LearningItems","value":[
{
"LearningItemId":1,"ElementTypeId":7,"CourseId":3,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"File single one","LearningItemCreatedDate":"2010-12-16T17:29:31","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":2,"ElementTypeId":7,"CourseId":3,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"VIK002","LearningItemCreatedDate":"2010-12-16T17:29:52","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":4,"ElementTypeId":22,"CourseId":10,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"Copy Page test","LearningItemCreatedDate":"2010-12-16T17:30:22","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":5,"ElementTypeId":15,"CourseId":11,"TermId":-1,"AssessmentScaleId":3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":2,"IsAddedToGradebook":true,"LearningItemTitle":"test20_course1","LearningItemCreatedDate":"2010-12-16T17:30:28","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":2.0
},{
"LearningItemId":6,"ElementTypeId":6,"CourseId":8,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"Moya dacha","LearningItemCreatedDate":"2010-12-16T17:30:36","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":7,"ElementTypeId":22,"CourseId":2,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"New page","LearningItemCreatedDate":"2010-12-16T17:30:44","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":9,"ElementTypeId":10,"CourseId":9,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":2,"IsAddedToGradebook":false,"LearningItemTitle":"fjdijf","LearningItemCreatedDate":"2010-12-16T17:31:54","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":0.0,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":11,"ElementTypeId":7,"CourseId":3,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"10160931.jpg","LearningItemCreatedDate":"2010-12-16T17:32:22","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":12,"ElementTypeId":7,"CourseId":3,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"111.docx","LearningItemCreatedDate":"2010-12-16T17:32:22","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
},{
"LearningItemId":13,"ElementTypeId":7,"CourseId":3,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"IsAddedToGradebook":false,"LearningItemTitle":"111.xml","LearningItemCreatedDate":"2010-12-16T17:32:23","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0
}
]
}