CourseVisit
Overview
This entity carries information about visits to a course.
Which course visits are included?
In the entity there are all current and historical course visits.
Usage in itslearning
- This entity cannot be seen in itslearning application, this is a technical table.
Notes
- Visits are grouped by hour per course profile.
Relationships
CourseVisits is linked to:
Diagram
Entity Details
Name | Data type | Nullable | Description |
---|---|---|---|
VisitDateId | Edm.Int32 | false | Technical id of the date |
VisitTimeId | Edm.Int32 | false | Technical time id |
CourseId | Edm.Int32 | false | Id of a course which was visited |
CourseProfileId | Edm.Int32 | false | Id of a course profile that visited the course |
CourseOrganizationId | Edm.Int32 | false | Organisation id which the course belongs to |
NumberOfVisits | Edm.Int32 | false | Number of visits during an hour represented by Time id |
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/CourseVisits?$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
>2016-12-21T11:03:58Z</
updated
>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits"
/>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161129,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161129,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161129,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161129
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161129
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161129
,Visi
tTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161129
,Visi
tTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161129
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161129</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1400</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>7</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161201,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161201,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161201,VisitTimeId=1400,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161201
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161201
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161201
,Visi
tTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161201
,Visi
tTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161201
,
VisitTimeId
=
1400
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161201</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1400</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>7</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161206,VisitTimeId=1000,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161206,VisitTimeId=1000,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161206,VisitTimeId=1000,CourseId=7,CourseProfileId=4,CourseOrganizationId=1)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161206
,
VisitTimeId
=
1000
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161206
,
VisitTimeId
=
1000
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161206
,Visi
tTimeId
=
1000
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161206
,Visi
tTimeId
=
1000
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161206
,
VisitTimeId
=
1000
,
CourseId
=
7
,
CourseProfileId
=
4
,
CourseOrganizationId
=
1
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161206</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1000</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>7</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>1</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161205,VisitTimeId=600,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161205,VisitTimeId=600,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161205,VisitTimeId=600,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161205
,
VisitTimeId
=
600
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161205
,
VisitTimeId
=
600
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161205
,Visi
tTimeId
=
600
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161205
,Visi
tTimeId
=
600
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161205
,
VisitTimeId
=
600
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161205</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>600</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>8</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>4</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161207,VisitTimeId=900,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161207,VisitTimeId=900,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161207,VisitTimeId=900,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161207
,
VisitTimeId
=
900
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161207
,
VisitTimeId
=
900
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161207
,Visi
tTimeId
=
900
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161207
,Visi
tTimeId
=
900
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161207
,
VisitTimeId
=
900
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161207</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>900</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>8</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>4</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161207,VisitTimeId=1100,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161207,VisitTimeId=1100,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161207,VisitTimeId=1100,CourseId=8,CourseProfileId=4,CourseOrganizationId=4)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161207
,
VisitTimeId
=
1100
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161207
,
VisitTimeId
=
1100
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161207
,Visi
tTimeId
=
1100
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161207
,Visi
tTimeId
=
1100
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161207
,
VisitTimeId
=
1100
,
CourseId
=
8
,
CourseProfileId
=
4
,
CourseOrganizationId
=
4
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161207</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1100</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>8</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>4</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161124,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161124,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161124,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161124
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161124
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161124
,Visi
tTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161124
,Visi
tTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161124
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161124</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1000</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>12</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>29</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161128,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161128,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161128,VisitTimeId=1000,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161128
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161128
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161128
,Visi
tTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161128
,Visi
tTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161128
,
VisitTimeId
=
1000
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161128</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1000</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>12</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>29</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161203,VisitTimeId=1200,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161203,VisitTimeId=1200,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161203,VisitTimeId=1200,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161203
,
VisitTimeId
=
1200
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161203
,
VisitTimeId
=
1200
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161203
,Visi
tTimeId
=
1200
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161203
,Visi
tTimeId
=
1200
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161203
,
VisitTimeId
=
1200
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161203</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>1200</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>12</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>29</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDateId=20161205,VisitTimeId=700,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseVisit"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161205,VisitTimeId=700,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseVisits(VisitDateId=20161205,VisitTimeId=700,CourseId=12,CourseProfileId=4,CourseOrganizationId=29)"
/>
<
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/CourseVisits
(
VisitDateId
=
20161205
,
VisitTimeId
=
700
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Course" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseProfile"
type
=
"application/atom+xml;type=entry"
title
=
"CourseProfile"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(VisitDa
teId
=
20161205
,
VisitTimeId
=
700
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/CourseProfile" />
<
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/CourseVisits
(
VisitDateId
=
20161205
,Visi
tTimeId
=
700
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Date" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Time"
type
=
"application/atom+xml;type=entry"
title
=
"Time"
href="
https://reporting.itslearning.com/odata/engine7/CourseVisits
(
VisitDateId
=
20161205
,Visi
tTimeId
=
700
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Time" />
<
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/CourseVisits
(VisitDate
Id
=
20161205
,
VisitTimeId
=
700
,
CourseId
=
12
,
CourseProfileId
=
4
,
CourseOrganizationId
=
29
)/Organization" />
<
title
/>
<
updated
>2016-12-21T11:03:58Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:VisitDateId
m:type
=
"Edm.Int32"
>20161205</
d
:VisitDateId>
<
d
:VisitTimeId
m:type
=
"Edm.Int32"
>700</
d
:VisitTimeId>
<
d
:CourseId
m:type
=
"Edm.Int32"
>12</
d
:CourseId>
<
d
:CourseProfileId
m:type
=
"Edm.Int32"
>4</
d
:CourseProfileId>
<
d
:CourseOrganizationId
m:type
=
"Edm.Int32"
>29</
d
:CourseOrganizationId>
<
d
:NumberOfVisits
m:type
=
"Edm.Int32"
>1</
d
:NumberOfVisits>
</
m
:properties>
</
content
>
</
entry
>
</
feed
>
Response body - JSON (default output format)
JSON response
{
"odata.metadata"
:
"https://reporting.itslearning.com/odata/engine7/$metadata#CourseVisits"
,
"value"
:[
{
"VisitDateId"
:
20161129
,
"VisitTimeId"
:
1400
,
"CourseId"
:
7
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
1
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161201
,
"VisitTimeId"
:
1400
,
"CourseId"
:
7
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
1
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161206
,
"VisitTimeId"
:
1000
,
"CourseId"
:
7
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
1
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161205
,
"VisitTimeId"
:
600
,
"CourseId"
:
8
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
4
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161207
,
"VisitTimeId"
:
900
,
"CourseId"
:
8
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
4
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161207
,
"VisitTimeId"
:
1100
,
"CourseId"
:
8
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
4
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161124
,
"VisitTimeId"
:
1000
,
"CourseId"
:
12
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
29
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161128
,
"VisitTimeId"
:
1000
,
"CourseId"
:
12
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
29
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161203
,
"VisitTimeId"
:
1200
,
"CourseId"
:
12
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
29
,
"NumberOfVisits"
:
1
},{
"VisitDateId"
:
20161205
,
"VisitTimeId"
:
700
,
"CourseId"
:
12
,
"CourseProfileId"
:
4
,
"CourseOrganizationId"
:
29
,
"NumberOfVisits"
:
1
}
]
}