UserElementSession

Overview

This is a fact entity which contains basic information about user sessions in elements. It describes time periods when user was actively viewing elements in the application. Elements are course content such as task, assignment, test.

Which user elements sessions are included?

  • All current and historical sessions are included.

Notes

  • The entity shows the information using time stamps

  • This entity is not used in the itslearning application. This is a technical table.

Relationships

UserElementSession is linked to:

Diagram

images/download/attachments/284208407/UserElementSessions.png

Entity Details


Name

Data type

Nullable

Description

MonthlyDateId

Edm.Int32

false

Technical id of a monthly date

DateId

Edm.Int32

false

Technical id of a date

UserId

Edm.Int32

false

Id of a user that is visiting an element

CourseElementId

Edm.Int32

false

Id of a course element that is being visited

LearningItemId

Edm.Int32

false

Id of a learning item that is being visited

CourseId

Edm.Int32

false

Id of a course to which the element belongs

CourseOrganizationId

Edm.DateTime

false

Course organization id

ConsumerTypeId

Edm.Int32

false

Consumer type id

ElementSessionStartDate

Edm.DateTime

false

DateTime when user started visiting the element

ElementSessionEndDate

Edm.DateTime

false

DateTime when user stopped actively viewing the element

ElementSessionDurationMinutes

Edm.Int64

false

Session duration in the element (in minutes)


Request body


URI
https://reporting.itslearning.com/odata/engine7/UserElementSessions?$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" xml
ns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
<id>http://schemas.datacontract.org/2004/07/</id>
<title />
<updated>2018-04-23T13:27:20Z</updated>
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions" />
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1529,Ele
mentSessionStartDate=datetime'2018-03-08T09:43:41')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1529,Ele
mentSessionStartDate=datetime'2018-03-08T09:43:41')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1529
,ElementSessionStartDate=datetime'2018-03-08T09:43:41')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1529,ElementSessionStartDate=datetime'2018-03-08T09:43:41')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1529</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:43:41</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:44:00</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">1</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,Ele
mentSessionStartDate=datetime'2018-03-08T09:51:26')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,Ele
mentSessionStartDate=datetime'2018-03-08T09:51:26')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1531
,ElementSessionStartDate=datetime'2018-03-08T09:51:26')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:51:26')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1531</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:51:26</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:51:26</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1538,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:00')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1538,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:00')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1538
,ElementSessionStartDate=datetime'2018-03-08T09:52:00')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1538,ElementSessionStartDate=datetime'2018-03-08T09:52:00')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1538</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:52:00</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:52:17</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:27')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1531,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:27')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1531
,ElementSessionStartDate=datetime'2018-03-08T09:52:27')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1531,ElementSessionStartDate=datetime'2018-03-08T09:52:27')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1531</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:52:27</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:52:27</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:36')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:36')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1536
,ElementSessionStartDate=datetime'2018-03-08T09:52:36')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:52:36')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1536</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:52:36</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:52:36</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1540,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:52')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1540,Ele
mentSessionStartDate=datetime'2018-03-08T09:52:52')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1540
,ElementSessionStartDate=datetime'2018-03-08T09:52:52')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1540,ElementSessionStartDate=datetime'2018-03-08T09:52:52')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1540</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:52:52</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:52:52</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:03')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:03')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1534
,ElementSessionStartDate=datetime'2018-03-08T09:55:03')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:03')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1534</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">-1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:55:03</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:55:03</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:20')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1536,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:20')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1536
,ElementSessionStartDate=datetime'2018-03-08T09:55:20')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1536,ElementSessionStartDate=datetime'2018-03-08T09:55:20')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1536</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:55:20</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:55:33</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:44')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1534,Ele
mentSessionStartDate=datetime'2018-03-08T09:55:44')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1534
,ElementSessionStartDate=datetime'2018-03-08T09:55:44')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1534,ElementSessionStartDate=datetime'2018-03-08T09:55:44')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1534</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">-1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:55:44</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:56:56</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">1</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')</id>
<category term="Itslearning.Reporting.Data.Models.UserElementSession" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1541,Ele
mentSessionStartDate=datetime'2018-03-08T09:57:15')/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,LearningItemId=1541,Ele
mentSessionStartDate=datetime'2018-03-08T09:57:15')/User" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItem" type="application/atom+xml;type=entry" title="LearningItem" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')/LearningItem" />
<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/UserElementSessions(UserId=1,LearningItemId=1541
,ElementSessionStartDate=datetime'2018-03-08T09:57:15')/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')/Organization" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConsumerType" type="application/atom+xml;type=entry" title="ConsumerType" href="https://reporting.itslearning.com/odata/engine7/UserElementSessions(UserId=1,Learnin
gItemId=1541,ElementSessionStartDate=datetime'2018-03-08T09:57:15')/ConsumerType" />
<title />
<updated>2018-04-23T13:27:20Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:MonthlyDateId m:type="Edm.Int32">20180301</d:MonthlyDateId>
<d:DateId m:type="Edm.Int32">20180308</d:DateId>
<d:UserId m:type="Edm.Int32">1</d:UserId>
<d:LearningItemId m:type="Edm.Int32">1541</d:LearningItemId>
<d:CourseId m:type="Edm.Int32">87</d:CourseId>
<d:CourseOrganizationId m:type="Edm.Int32">1</d:CourseOrganizationId>
<d:ConsumerTypeId m:type="Edm.Int32">4</d:ConsumerTypeId>
<d:ElementSessionStartDate m:type="Edm.DateTime">2018-03-08T09:57:15</d:ElementSessionStartDate>
<d:ElementSessionEndDate m:type="Edm.DateTime">2018-03-08T09:57:23</d:ElementSessionEndDate>
<d:ElementSessionDurationMinutes m:type="Edm.Int64">0</d:ElementSessionDurationMinutes>
</m:properties>
</content>
</entry>
</feed>


Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#UserElementSessions","value":[
{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1529,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:43:41","ElementSessionEndDate":"2018-03-08T09:44:00","ElementSessionDurationMinutes":"1"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1531,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:51:26","ElementSessionEndDate":"2018-03-08T09:51:26","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1538,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:52:00","ElementSessionEndDate":"2018-03-08T09:52:17","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1531,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:52:27","ElementSessionEndDate":"2018-03-08T09:52:27","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1536,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:52:36","ElementSessionEndDate":"2018-03-08T09:52:36","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1540,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:52:52","ElementSessionEndDate":"2018-03-08T09:52:52","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1534,"CourseId":-1,"CourseOrganizationId":-1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:55:03","ElementSessionEndDate":"2018-03-08T09:55:03","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1536,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:55:20","ElementSessionEndDate":"2018-03-08T09:55:33","ElementSessionDurationMinutes":"0"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1534,"CourseId":-1,"CourseOrganizationId":-1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:55:44","ElementSessionEndDate":"2018-03-08T09:56:56","ElementSessionDurationMinutes":"1"
},{
"MonthlyDateId":20180301,"DateId":20180308,"UserId":1,"LearningItemId":1541,"CourseId":87,"CourseOrganizationId":1,"ConsumerTypeId":4,"ElementSessionStartDate":"2018-03-08T09:57:15","ElementSessionEndDate":"2018-03-08T09:57:23","ElementSessionDurationMinutes":"0"
}
]
}