cURL
curl --request GET \ --url https://api.example.com/api/Meetings/{meetingId}/Attendees
[ { "id": 123, "attendeeID": 123, "name": "<string>", "type": "<string>", "email": "<string>", "statusName": "<string>", "clientID": 123, "clientName": "<string>", "jobTitle": "<string>" } ]
OK
Was this page helpful?