GET users/{userIdentifier}/workbooks/current
Authorization
Access to this endpoint is granted if all following conditions are true:
- Everyone who passes an authentication token in "token" URI parameter which is configured to allow access to this endpoint.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.Views.WorkbookViewModelName | Description | Type | Additional information |
---|---|---|---|
Isbn | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Isbn": "sample string 1" }, { "Isbn": "sample string 1" } ]