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.FollowUpActivityTypeViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "9847fac3-4fcc-45e0-bfc3-5ae8c8553c5c", "Name": "sample string 2" }, { "Id": "9847fac3-4fcc-45e0-bfc3-5ae8c8553c5c", "Name": "sample string 2" } ]