ElementType
Overview
This entity contains information on the type of each course element (course resource/tool).
Which 'Element types' are included in the Data Warehouse?
- This entity includes types for elements (e.g. assignments, tests, files).
- The entity shows the latest version of each element type.
Usage in itslearning
See CourseElement for a list of element types and element groups as well as full description.
Relationships
ElementType is linked to:
Diagram

Entity Details
Name | Data type | Nullable | Description |
|---|---|---|---|
ElementTypeId | Edm.Int32 | false | Id of an Element Type |
ElementTypeGroup | Edm.String | Element Type group title | |
ElementTypeTitle | Edm.String | Element Type title | |
ElementTypeDescription | Edm.String | Element Type description | |
ElementCategory | Edm.String | Element category | |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Notes about "ElementType" table:
- ElementTypeTitle = "Test" means Test 1.0 and Test 2.0
- ElementTypeTitle = "Test tool" means Test 3.0 (the newest version of test functionality)
Request body
URI
https://reporting.itslearning.com/odata/engine7/ElementTypes?$top=10Response body - XML
XML response
<?xml version="1.0" encoding="utf-8"?><feed xml:base="https://reporting.itslearning.com/odata/engine7" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"> <id>http://schemas.datacontract.org/2004/07/</id> <title /> <updated>2017-08-29T13:30:46Z</updated> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes" /> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(-1)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(-1)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(-1)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(-1)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">-1</d:ElementTypeId> <d:ElementTypeGroup>Other</d:ElementTypeGroup> <d:ElementTypeTitle>Other</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(1)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(1)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(1)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(1)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">1</d:ElementTypeId> <d:ElementTypeGroup>Post</d:ElementTypeGroup> <d:ElementTypeTitle>Post</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(2)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(2)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(2)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(2)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">2</d:ElementTypeId> <d:ElementTypeGroup>Discussion</d:ElementTypeGroup> <d:ElementTypeTitle>Discussion</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(3)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(3)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(3)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(3)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">3</d:ElementTypeId> <d:ElementTypeGroup>Picture</d:ElementTypeGroup> <d:ElementTypeTitle>Picture</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(4)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(4)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(4)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(4)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">4</d:ElementTypeId> <d:ElementTypeGroup>Folder</d:ElementTypeGroup> <d:ElementTypeTitle>Folder</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(5)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(5)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(5)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(5)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">5</d:ElementTypeId> <d:ElementTypeGroup>Note</d:ElementTypeGroup> <d:ElementTypeTitle>Note</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(6)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(6)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(6)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(6)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:ElementTypeGroup>Link</d:ElementTypeGroup> <d:ElementTypeTitle>Link</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(7)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(7)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(7)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(7)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">7</d:ElementTypeId> <d:ElementTypeGroup>File</d:ElementTypeGroup> <d:ElementTypeTitle>File</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(8)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(8)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(8)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(8)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">8</d:ElementTypeId> <d:ElementTypeGroup>Survey</d:ElementTypeGroup> <d:ElementTypeTitle>Survey</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(9)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(9)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(9)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(9)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">9</d:ElementTypeId> <d:ElementTypeGroup>Test</d:ElementTypeGroup> <d:ElementTypeTitle>Test</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(10)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(10)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(10)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(10)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">10</d:ElementTypeId> <d:ElementTypeGroup>Assignment</d:ElementTypeGroup> <d:ElementTypeTitle>Assignment</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(11)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(11)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(11)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(11)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">11</d:ElementTypeId> <d:ElementTypeGroup>Lesson</d:ElementTypeGroup> <d:ElementTypeTitle>Lesson</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(12)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(12)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(12)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(12)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">12</d:ElementTypeId> <d:ElementTypeGroup>Chat</d:ElementTypeGroup> <d:ElementTypeTitle>Chat</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(13)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(13)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(13)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(13)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">13</d:ElementTypeId> <d:ElementTypeGroup>ProxyElement</d:ElementTypeGroup> <d:ElementTypeTitle>ProxyElement</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(14)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(14)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(14)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(14)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">14</d:ElementTypeId> <d:ElementTypeGroup>ErrorType</d:ElementTypeGroup> <d:ElementTypeTitle>ErrorType</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(15)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(15)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(15)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(15)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">15</d:ElementTypeId> <d:ElementTypeGroup>Test</d:ElementTypeGroup> <d:ElementTypeTitle>Test</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(16)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(16)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(16)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(16)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">16</d:ElementTypeId> <d:ElementTypeGroup>Planner</d:ElementTypeGroup> <d:ElementTypeTitle>Planner</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(17)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(17)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(17)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(17)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">17</d:ElementTypeId> <d:ElementTypeGroup>Custom activity</d:ElementTypeGroup> <d:ElementTypeTitle>Custom activity</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(18)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(18)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(18)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(18)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">18</d:ElementTypeId> <d:ElementTypeGroup>Playlist</d:ElementTypeGroup> <d:ElementTypeTitle>Playlist</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(19)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(19)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(19)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(19)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">19</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Crossword builder</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(20)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(20)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(20)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(20)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">20</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Hangman game</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(21)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(21)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(21)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(21)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">21</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Registration</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(22)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(22)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(22)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(22)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">22</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Page</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(23)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(23)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(23)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(23)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">23</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>File or link</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(24)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(24)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(24)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(24)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">24</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Native itslearning app</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(25)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(25)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(25)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(25)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">25</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Britannica Online Content</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(26)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(26)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(26)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(26)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">26</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Britannica Online Search Box</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(27)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(27)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(27)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(27)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">27</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Test tool</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(28)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(28)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(28)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(28)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">28</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>LTI tool</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(29)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(29)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(29)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(29)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">29</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Assignment tool</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Activity</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(30)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(30)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(30)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(30)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">30</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>File</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(31)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(31)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(31)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(31)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">31</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Link</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>Resource</d:ElementCategory> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/ElementTypes(32)</id> <category term="Itslearning.Reporting.Data.Models.ElementType" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(32)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(32)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/ElementTypes(32)/LearningItems" /> <title /> <updated>2017-08-29T13:30:46Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:ElementTypeId m:type="Edm.Int32">32</d:ElementTypeId> <d:ElementTypeGroup>Extensions and apps</d:ElementTypeGroup> <d:ElementTypeTitle>Other extension or app</d:ElementTypeTitle> <d:ElementTypeDescription m:null="true" /> <d:ElementCategory>n/a</d:ElementCategory> </m:properties> </content> </entry></feed>Response body - JSON (default output format)
JSON response
{ "odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#ElementTypes","value":[ { "ElementTypeId":-1,"ElementTypeGroup":"Other","ElementTypeTitle":"Other","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":1,"ElementTypeGroup":"Post","ElementTypeTitle":"Post","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":2,"ElementTypeGroup":"Discussion","ElementTypeTitle":"Discussion","ElementTypeDescription":null,"ElementCategory":"Activity" },{ "ElementTypeId":3,"ElementTypeGroup":"Picture","ElementTypeTitle":"Picture","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":4,"ElementTypeGroup":"Folder","ElementTypeTitle":"Folder","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":5,"ElementTypeGroup":"Note","ElementTypeTitle":"Note","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":6,"ElementTypeGroup":"Link","ElementTypeTitle":"Link","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":7,"ElementTypeGroup":"File","ElementTypeTitle":"File","ElementTypeDescription":null,"ElementCategory":"Resource" },{ "ElementTypeId":8,"ElementTypeGroup":"Survey","ElementTypeTitle":"Survey","ElementTypeDescription":null,"ElementCategory":"Activity" },{ "ElementTypeId":9,"ElementTypeGroup":"Test","ElementTypeTitle":"Test","ElementTypeDescription":null,"ElementCategory":"Activity" } ]}