Meeting Participants REST Endpoints
Shared Services/Meeting Participants
The public sector meeting participants resource is used to view, add, and remove participants from meetings.
- Create a set of meeting participants
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants - Delete a meeting participant
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID} - Get a meeting participant
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID} - Get all meeting participants
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants - Update a meeting participant
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID}