POST openApi/followUpActivities/student/{userIdentifier}

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

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": "93281787-2eea-4d29-b8e4-819181395818",
  "StudentId": "d090a914-3a95-4536-90fd-a6843e7dd983",
  "ReporterId": "2ceac641-e335-4452-8b4b-ff7f31603279",
  "ReporterFullName": "sample string 4",
  "LocalDate": "2024-10-05T09:28:23.7114666+00:00",
  "Result": "sample string 6",
  "HasReachedStudent": true,
  "StaffMemberPhotoUris": {
    "Small": "sample string 1"
  },
  "FollowUpActivityType": {
    "Id": "505756c0-455b-4d99-af3a-5e2ccec83e65",
    "Name": "sample string 2"
  }
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.