GET followUpActivityTypes

Retrievs follow up activity types.

Authorization

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

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Follow up activity types.

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

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "5d252220-ce5f-42aa-ac46-5cf3edf704c5",
    "Name": "sample string 2"
  },
  {
    "Id": "5d252220-ce5f-42aa-ac46-5cf3edf704c5",
    "Name": "sample string 2"
  }
]