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| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a680ab05-88d2-4800-bb2d-6c5272c5b104",
"Name": "sample string 2"
},
{
"Id": "a680ab05-88d2-4800-bb2d-6c5272c5b104",
"Name": "sample string 2"
}
]