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": "e083999c-25b0-4fd5-8c0f-5cfeefb62d88"
}
FindCourseAttendeesResponse
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [CourseAttendee] | A collection of zero or more course attendees. | |||||||||||||||||||
|
||||||||||||||||||||
{
"ReturnedAttendees": [
{
"ContactExternalId": "037a4913-e94b-432c-b33c-56c0ea5af5d8",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "037a4913-e94b-432c-b33c-56c0ea5af5d8",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "037a4913-e94b-432c-b33c-56c0ea5af5d8",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
}
]
}
| Bundle(s) |
|---|
| Cap2 |