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": "2ae3b20d-d1fb-4ecb-a516-0a0c0b58d329"
}
FindCourseAttendeesResponse
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [CourseAttendee] | A collection of zero or more course attendees. | |||||||||||||||||||
|
||||||||||||||||||||
{
"ReturnedAttendees": [
{
"ContactExternalId": "fd4a9d6c-9bf0-4e74-a5a5-aef5cabb859c",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "fd4a9d6c-9bf0-4e74-a5a5-aef5cabb859c",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
},
{
"ContactExternalId": "fd4a9d6c-9bf0-4e74-a5a5-aef5cabb859c",
"ExternalCourseRef": "sample string 2",
"Status": "sample string 3",
"CurrentBalance": 1.0,
"MembershipStatusDescription": "sample string 4"
}
]
}
| Bundle(s) |
|---|
| Cap2 |