GET api/Analytics/SectionTimeUsedBySession/{statLogId}
Get Total Section Time of given Session
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
statLogId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DetailedTimeSessionDurationDataName | Description | Type | Additional information |
---|---|---|---|
News | time interval |
None. |
|
Corporate | time interval |
None. |
|
People | time interval |
None. |
|
Contact | time interval |
None. |
|
Profil | time interval |
None. |
Response Formats
application/json, text/json
Sample:
{ "News": "00:00:00.1234567", "Corporate": "00:00:00.1234567", "People": "00:00:00.1234567", "Contact": "00:00:00.1234567", "Profil": "00:00:00.1234567" }
application/xml, text/xml
Sample:
<DetailedTimeSessionDurationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <Contact>PT0.1234567S</Contact> <Corporate>PT0.1234567S</Corporate> <News>PT0.1234567S</News> <People>PT0.1234567S</People> <Profil>PT0.1234567S</Profil> </DetailedTimeSessionDurationData>