Gets speakers for an event
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
event Id |
integer |
Required |
| name |
Speaker's name |
string |
None. |
|
Speaker's email |
string |
None. |
|
| userId |
Speaker's user id |
integer |
None. |
| status |
Speaker's status (New, Invited, Accepted, Rejected, Cancelled) |
string |
None. |
| pageSize |
Number of results to return (defaults to 25, max of 200) |
integer |
Default value is 25 |
| page |
Page number (starting page is 1) |
integer |
Default value is 1 |
None.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageModel |
None. |
|
| Results | Collection of SpeakerModel |
None. |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.