GET contentItemTypes/{contentItemType}/resultTypes

Returns list of result types for concrete content item type.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student, Administrator, ProspectWithTrial, User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contentItemType

Content item type.

PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemType

Required

Body Parameters

None.

Response Information

Resource Description

List of content item result types.

Collection of PearsonEnglish.LearningServices.Core.Models.Views.ContentItemResultTypeViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

BookMode

PearsonEnglish.LearningServices.Core.Models.Enums.BookModes

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "BookMode": 0
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "BookMode": 0
  }
]