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": "6657bd8b-e5d0-40de-a134-76c36f65cdf6"
}
FindCourseAttendeesResponse
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [CourseAttendee] | A collection of zero or more course attendees. | |||||||||||||||||||
|
||||||||||||||||||||
{
"ReturnedAttendees": [
{
"ContactExternalId": "532575a5-9221-405a-afc9-887bb91b9927",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "532575a5-9221-405a-afc9-887bb91b9927",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "532575a5-9221-405a-afc9-887bb91b9927",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
}
]
}
| Bundle(s) |
|---|
| Cap2 |