Find course attendees by course reference. Returns a collection of course attendees that match the search criteria.
| From Body | Type | Description |
|---|---|---|
| ContactGuid | Guid | The contact guid to search for. Pass 00000000-0000-0000-0000-000000000000 to search for all contacts. |
| CourseRef | String | The course reference to search for. |
{
"CourseRef": "sample string 1",
"ContactGuid": "071aa938-e4f6-45cf-bc50-490b8b7f8eb8"
}
FindCourseAttendeesResponse
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [CourseAttendee] | A collection of zero or more course attendees. | |||||||||||||||||||
|
||||||||||||||||||||
{
"ReturnedAttendees": [
{
"ContactExternalId": "26657627-77b9-4634-99c8-97d7d60e54c3",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "26657627-77b9-4634-99c8-97d7d60e54c3",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "26657627-77b9-4634-99c8-97d7d60e54c3",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
}
]
}
| Bundle(s) |
|---|
| Cap2 |