GET api/usersession/totals/{userID}
V1 - Gets the totals (books read, minutes read, etc) for a the specified user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
The ID for the specified user. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
UserSessionTotals| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
The UserID references to the Main (often parent) account. |
globally unique identifier |
None. |
| Books |
The total number of books opened or read. |
integer |
None. |
| FinishedBooks |
The total number of books finished (more than 99.5% read). |
integer |
None. |
| Pages |
The total number of pages viewed. |
integer |
None. |
| Minutes |
The total number of minutes between all sessions. |
integer |
None. |
Response Formats
application/json, text/json, text/javascript
Sample:
Sample not available.