Skip to main content
GET
/
api
/
Jobs
/
{jobId}
/
Meetings
Get a jobs meetings.
curl --request GET \
  --url https://api.example.com/api/Jobs/{jobId}/Meetings
[
  {
    "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"
      }
    ]
  }
]

Path Parameters

jobId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
typeId
integer<int32>
typeName
string | null
externalReference
string<uuid>
sequenceID
integer<int32>
date
string<date-time>
dateInLocalTimeZone
string<date-time>
duration
integer<int32>
location
string | null
locationTypeID
integer<int32>
byPassTeamsLobby
boolean
subject
string | null
message
string | null
organizerID
integer<int32>
organizerName
string | null
numberOfAttendees
integer<int32>
attendeesData
object[] | null
clientsData
object[] | null
createdByID
integer<int32>
dateCreated
string<date-time> | null
dateUpdated
string<date-time> | null
updatedByID
integer<int32>
statusID
integer<int32>
statusName
string | null
meetingNotes
string | null
meetingNotesActivityID
integer<int32> | null
timeZoneName
string | null
emailBody
string | null
distributionMode
integer<int32>
webConferenceUrl
string | null
webConferenceExternalID
string | null
placementID
integer<int32>
jobID
integer<int32>
jobTitle
string | null
opportunityID
integer<int32>
statisticsCounts
object[] | null
statisticsDates
object[] | null