Course
Overview
This is a dimension entity which contains basic information about courses and their organizations.
Courses are the main container for teaching and learning in itslearning.
- They can represent a class or course.
- Each can optionally can have a time period, and be be associated with one or more terms.
- Each is usually associated with an organization.
- A user can be a members of any course.
Courses are identified internally by their CourseID. In itslearning users will see the CourseTitle and CourseCode.
Which 'Courses' are Included in the Data Warehouse?
This entity includes all the courses which were created in the platform, including active, archived and deleted courses.
- Active courses are usually courses in current use, available to users. These are denoted by CourseStatus=Active and IsCourseArchived=False.
- Archived courses are usually historical courses that have ended, but are still available to users. These are denoted by CourseStatus=Active and IsCourseArchived=True.
- Courses in the trash can (deleted, but not permanently). These are denoted by CourseStatus=TrashCan and DeletedOn = max date.
- Permanently deleted courses. These are denoted by CourseStatus=Deleted and DeletedOn set to a given date.
Usage in itslearning
Courses are usually set up to teach a specific subject area, for example, 2nd grade math or AP Chemistry. Then, within a course, groups can be created for different periods or abilities.
Courses have course participants (users) who can have one of three roles: Teacher, Pupil (student) or Guest. These are unique to the course allowing teachers to be 'administrators' of one course and a 'student' in another.
Courses can contain learning resources (e.g. files), tools (e.g. surveys) and assessments (e.g. assignments or tests). We refer to these as course elements.
Notes:
- Depending on a school or district setup, courses may be pre-created for teachers.
- Not all courses in itslearning are traditional teaching courses. Some organizations use them for training, for storing resources, as course templates used to populate other courses.
Relationships
Course is linked to:
- LearningObjectiveCourseElement
- LearningObjectiveAssessment
- UserElementSession
- CourseVisit
- CourseElement
- CourseMembership
- LearningObjective
- AssessmentScale
- AssessmentStatus
- LearningItem
- UserGrade
- UserCourseSession
Diagram
Entity Details
Name | Data type | Nullable | Description |
---|---|---|---|
CourseId | Edm.Int32 | false | business ID for a course |
CourseTitle | Edm.String | course title | |
CourseCode | Edm.String | course code | |
CourseStatus | Edm.String | course status (active / trashcan) | |
CreatedOn | Edm.DateTime | course creation date | |
DeletedOn | Edm.DateTime | course deletion date | |
ExternalCourseId | Edm.String | external ID (if exists) | |
CourseOrganizationId | Edm.Int32 | false | course organisation ID |
IsTemplate | Edm.Boolean | flag if the course is shared as template | |
IsCourseArchived | Edm.Boolean | flag if the course is archived or not | |
ExpirationDate | Edm.DateTime | date when the course becomes archived |
Request body
https:
//reporting.itslearning.com/odata/engine7/Courses?$top=10
Response body - XML
<?
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
>2016-12-20T15:31:17Z</
updated
>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses"
/>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(-1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(-1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(-1)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(-1)/CourseVisit
s" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(-1)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(-1)/C
ourseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(-1)
/LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>-1</
d
:CourseId>
<
d
:CourseTitle>Other</
d
:CourseTitle>
<
d
:CourseCode>Other</
d
:CourseCode>
<
d
:CourseStatus>Other</
d
:CourseStatus>
<
d
:CreatedOn
m:null
=
"true"
/>
<
d
:DeletedOn
m:null
=
"true"
/>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(1)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(1)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(1)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(1)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(1)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>1</
d
:CourseId>
<
d
:CourseTitle>Dmitri Math</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>true</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(2)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(2)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(2)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(2)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(2)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(2)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(2)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>2</
d
:CourseId>
<
d
:CourseTitle>course</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>9</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(3)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(3)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(3)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(3)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(3)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(3)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(3)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CourseTitle>Imported from package</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Trashcan</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>2015-06-09T08:22:37</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>true</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>2015-06-09T08:22:37</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(6)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(6)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(6)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(6)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(6)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(6)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(6)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>6</
d
:CourseId>
<
d
:CourseTitle>Coursik</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>12</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>true</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(7)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(7)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(7)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(7)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(7)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(7)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(7)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>7</
d
:CourseId>
<
d
:CourseTitle>Bent Audun's course</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(8)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(8)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(8)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(8)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(8)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(8)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(8)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>8</
d
:CourseId>
<
d
:CourseTitle><
b
>?????????????? (??????)</
b
> ????????</
d
:CourseTitle>
<
d
:CourseCode>YT</
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>4</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(9)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(9)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(9)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(9)/CourseVisits
" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(9)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(9)/Co
urseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(9)/
LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>9</
d
:CourseId>
<
d
:CourseTitle>math</
d
:CourseTitle>
<
d
:CourseCode>123</
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>9</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>true</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(10)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(10)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(10)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(10)/CourseVisit
s" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(10)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(10)/C
ourseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(10)
/LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>10</
d
:CourseId>
<
d
:CourseTitle>TCourse1</
d
:CourseTitle>
<
d
:CourseCode>TC1</
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>false</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Courses
(11)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.Course"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(11)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(11)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseVisits"
type
=
"application/atom+xml;type=feed"
title
=
"CourseVisits"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(11)/CourseVisit
s" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Elements"
type
=
"application/atom+xml;type=feed"
title
=
"Elements"
href
=
"https://reporting.itslearning.com/odata/engine7/Courses(11)/Elements"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(11)/C
ourseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/Courses
(11)
/LearningObjectives" />
<
title
/>
<
updated
>2016-12-20T15:31:17Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseId
m:type
=
"Edm.Int32"
>11</
d
:CourseId>
<
d
:CourseTitle>Irina's course1</
d
:CourseTitle>
<
d
:CourseCode></
d
:CourseCode>
<
d
:CourseStatus>Active</
d
:CourseStatus>
<
d
:CreatedOn
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:CreatedOn>
<
d
:DeletedOn
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedOn>
<
d
:ExternalCourseId
m:null
=
"true"
/>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>7</
d
:CourseOrganizationId>
<
d
:IsCourseArchived
m:type
=
"Edm.Boolean"
>false</
d
:IsCourseArchived>
<
d
:IsTemplate
m:type
=
"Edm.Boolean"
>true</
d
:IsTemplate>
<
d
:ExpirationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ExpirationDate>
</
m
:properties>
</
content
>
</
entry
>
</
feed
>
Response body - JSON (default output format)
{
"odata.metadata"
:
"https://reporting.itslearning.com/odata/engine7/$metadata#Courses"
,
"value"
:[
{
"CourseId"
:-
1
,
"CourseTitle"
:
"Other"
,
"CourseCode"
:
"Other"
,
"CourseStatus"
:
"Other"
,
"CreatedOn"
:
null
,
"DeletedOn"
:
null
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
1
,
"IsCourseArchived"
:
false
,
"ExpirationDate"
:"
9999
-
12
-31T00:
0
0
:
00
"
},{
"CourseId"
:
1
,
"CourseTitle"
:
"Dmitri Math"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
1
,
"IsCourseArchived"
:fals
e,
"IsTemplate"
:
false
,
"ExpirationDate"
:
"9999-12-31T00:00:00"
},{
"CourseId"
:
2
,
"CourseTitle"
:
"course"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
9
,
"IsCourseArchived"
:
false
,
"IsTemplate"
:
true
,"Ex
pirationDate
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseId"
:
3
,
"CourseTitle"
:
"Imported from package"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Trashcan"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"2015-06-09T08:22:37"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
1
,"IsCourseAr
chived
":true,"
ExpirationDate
":"
2015
-
06
-09T08:
22
:
37
"
},{
"CourseId"
:
6
,
"CourseTitle"
:
"Coursik"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
12
,
"IsCourseArchived"
:
false
,
"IsTemplate"
:
false
,"
ExpirationDate
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseId"
:
7
,
"CourseTitle"
:
"Bent Audun's course"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
1
,"IsCourseArchiv
ed
":false,"
ExpirationDate
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseId"
:
8
,
"CourseTitle"
:
"<b>\u042f\u0440\u043e\u0441\u043b\u0430\u0432 (\u0442\u0435\u0430)</b> \u043a\u0443\u0440\u0441"
,
"CourseCode"
:
"YT"
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:"
9999
-
12
-31T00:
00
:
00
","
ExternalCourseId
":null,"
CourseOrganizationId
":4,"
IsCourseArchived
":false,"
IsTemplate
":true,"
ExpirationDate
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseId"
:
9
,
"CourseTitle"
:
"math"
,
"CourseCode"
:
"123"
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
9
,
"IsCourseArchived"
:
false
,
"IsTemplate"
:
true
,"E
xpirationDate
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseId"
:
10
,
"CourseTitle"
:
"TCourse1"
,
"CourseCode"
:
"TC1"
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
1
,
"IsCourseArchived"
:fal
se,
"IsTemplate"
:
true
,
"ExpirationDate"
:
"9999-12-31T00:00:00"
},{
"CourseId"
:
11
,
"CourseTitle"
:
"Irina's course1"
,
"CourseCode"
:
""
,
"CourseStatus"
:
"Active"
,
"CreatedOn"
:
"2010-12-16T00:00:00"
,
"DeletedOn"
:
"9999-12-31T00:00:00"
,
"ExternalCourseId"
:
null
,
"CourseOrganizationId"
:
7
,
"IsCourseArchived"
:
false
,
"IsTemplate"
:
false
,
"ExpirationDate"
:
"9999-12-31T00:00:00"
}
]
}