cURL
curl --request GET \ --url https://api.example.com/api/Meetings/{id}
{ "id": 123, "typeId": 123, "typeName": "<string>", "externalReference": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sequenceID": 123, "date": "2023-11-07T05:31:56Z", "dateInLocalTimeZone": "2023-11-07T05:31:56Z", "duration": 123, "location": "<string>", "locationTypeID": 123, "byPassTeamsLobby": true, "subject": "<string>", "message": "<string>", "organizerID": 123, "organizerName": "<string>", "numberOfAttendees": 123, "attendeesData": [ { "entityId": 123, "playerId": 123, "name": "<string>" } ], "clientsData": [ { "entityId": 123, "playerId": 123, "name": "<string>" } ], "createdByID": 123, "dateCreated": "2023-11-07T05:31:56Z", "dateUpdated": "2023-11-07T05:31:56Z", "updatedByID": 123, "statusID": 123, "statusName": "<string>", "meetingNotes": "<string>", "meetingNotesActivityID": 123, "timeZoneName": "<string>", "emailBody": "<string>", "distributionMode": 123, "webConferenceUrl": "<string>", "webConferenceExternalID": "<string>", "placementID": 123, "jobID": 123, "jobTitle": "<string>", "opportunityID": 123, "statisticsCounts": [ { "type": "<string>", "value": 123 } ], "statisticsDates": [ { "type": "<string>", "value": "2023-11-07T05:31:56Z" } ] }
Returns a single Meeting based on the id passed.
OK
Show child attributes
Was this page helpful?