GET bookedClasses/{bookedClassId}/materialsAssignments
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
- Authenticated user passes at least one of the following conditions: Authenticated user is a staff member and is assigned to the same center as a user who matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request. Authenticated user is a staff member and is assigned to the online center as a user who matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request. Authenticated user matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookedClassId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.ClassViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassId | string |
None. |
|
| AssignedMaterials | Collection of PearsonEnglish.LearningServices.Core.Models.Views.AssignedMaterialViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClassId": "sample string 1",
"AssignedMaterials": [
{
"StudentsIds": [
"2c8e2fa4-f91e-459b-a9ba-fbee2ea4f0ce",
"c1c56ddd-a8e1-4af2-9923-70d7ea0cbcee"
],
"StudentReferenceIds": [
"sample string 1",
"sample string 2"
],
"MaterialId": "de9fb6b9-7b78-4224-ba06-339bcaac3031",
"Url": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"Type": "sample string 5",
"FileName": "sample string 6",
"IsShareable": true
},
{
"StudentsIds": [
"2c8e2fa4-f91e-459b-a9ba-fbee2ea4f0ce",
"c1c56ddd-a8e1-4af2-9923-70d7ea0cbcee"
],
"StudentReferenceIds": [
"sample string 1",
"sample string 2"
],
"MaterialId": "de9fb6b9-7b78-4224-ba06-339bcaac3031",
"Url": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"Type": "sample string 5",
"FileName": "sample string 6",
"IsShareable": true
}
]
}