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

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PearsonEnglish.LearningServices.Wse.Models.Views.WorkbookViewModel
NameDescriptionTypeAdditional information
Isbn

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Isbn": "sample string 1"
  },
  {
    "Isbn": "sample string 1"
  }
]