Meeting Participants REST Endpoints

Meeting Rosters/Meeting Participants
The public sector meeting participants resource is used to view, add, and remove participants tagged to a meeting.
Create a set of meeting participants
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingRosters/{MeetingId}/child/MeetingParticipant
Delete a meeting participant
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingRosters/{MeetingId}/child/MeetingParticipant/{MeetingParticipantUniqID}
Get a meeting participant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingRosters/{MeetingId}/child/MeetingParticipant/{MeetingParticipantUniqID}
Get all participants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingRosters/{MeetingId}/child/MeetingParticipant
Update a meeting participant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingRosters/{MeetingId}/child/MeetingParticipant/{MeetingParticipantUniqID}