GET openApi/students/{userIdentifier}/followUpActivities?Count={Count}&Offset={Offset}

Authorization

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

  • Authenticated territory has access to center which matches identifier given in "centerId" uri parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Count

integer

None.

Offset

integer

None.

Body Parameters

None.

Response Information

Resource Description

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

globally unique identifier

None.

StudentId

globally unique identifier

None.

ReporterId

globally unique identifier

None.

ReporterFullName

string

None.

LocalDate

date

None.

Result

string

None.

HasReachedStudent

boolean

None.

StaffMemberPhotoUris

Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value]

None.

FollowUpActivityType

PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityTypeViewModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "45e96502-857d-4f2e-9c5f-d0dc04b0f798",
    "StudentId": "1eab4241-095f-40cb-ae2f-87b6397b85fc",
    "ReporterId": "36b91275-a557-43ab-aa2b-bb00eb6cd2e0",
    "ReporterFullName": "sample string 4",
    "LocalDate": "2024-10-05T09:19:27.0313498+00:00",
    "Result": "sample string 6",
    "HasReachedStudent": true,
    "StaffMemberPhotoUris": {
      "Small": "sample string 1"
    },
    "FollowUpActivityType": {
      "Id": "9e9ed781-8abe-4efa-afb7-a3105db0c1ae",
      "Name": "sample string 2"
    }
  },
  {
    "Id": "45e96502-857d-4f2e-9c5f-d0dc04b0f798",
    "StudentId": "1eab4241-095f-40cb-ae2f-87b6397b85fc",
    "ReporterId": "36b91275-a557-43ab-aa2b-bb00eb6cd2e0",
    "ReporterFullName": "sample string 4",
    "LocalDate": "2024-10-05T09:19:27.0313498+00:00",
    "Result": "sample string 6",
    "HasReachedStudent": true,
    "StaffMemberPhotoUris": {
      "Small": "sample string 1"
    },
    "FollowUpActivityType": {
      "Id": "9e9ed781-8abe-4efa-afb7-a3105db0c1ae",
      "Name": "sample string 2"
    }
  }
]