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": "ca8fefb2-b924-48e3-8838-7798e103be08"
}
FindCourseAttendeesResponse
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [CourseAttendee] | A collection of zero or more course attendees. | |||||||||||||||||||
|
||||||||||||||||||||
{
"ReturnedAttendees": [
{
"ContactExternalId": "413628f4-13ba-4e35-9088-5f9485e8340d",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "413628f4-13ba-4e35-9088-5f9485e8340d",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "413628f4-13ba-4e35-9088-5f9485e8340d",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
}
]
}
| Bundle(s) |
|---|
| Cap2 |