Headers
-
X-Correlation-Id string
Unique identifier to allow referencing a particular transaction or event chain
Minimum length is
1
. -
Accept-Language string
Returns the requested resources translated according to the passed languages (see translatable resources)
Minimum length is
1
.
Query parameters
-
id array[string]
ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
external-id array[string]
External ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
, maximum length of each is255
. -
meeting-type array[string]
Meeting type(s) to be considered for filtering
At least
1
element. Values areOFFICE
,ON_LOCATION
,PHONE
, orVIDEO
. -
status array[string]
Status(es) to be considered for filtering
At least
1
element. Values areCOMPLETED
,OPEN
, orREJECTED
. -
listing-id array[string]
Listing ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
lead-segment-id array[string]
Lead segment ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
subject-id array[string]
Subject ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
office-id array[string]
Office ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
customer-id array[string]
Customer ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
employee-id array[string]
Employee ID(s) to be considered for filtering
At least
1
element. Minimum length of each is1
. -
offset string(positive-integer)
Offset for the results to be returned
Default value is
0
. -
limit string(positive-integer)
Limitation for the number of results to be returned
Default value is
25
.
curl \
-X GET https://api.development.pexipengage.com/enterprises/acme/callback-requests \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" \
-H "X-Correlation-Id: a4f0048e-c983-11ed-afa1-0242ac120002" \
-H "Accept-Language: en *"
{
"data": [
{
"id": "123",
"answers": [
{
"value": "A colleague",
"selectedAnswerOptions": [
{
"id": "123"
}
],
"files": [
{
"id": "123"
}
],
"id": "123",
"form": {
"id": "123"
},
"question": {
"id": "123"
},
"answerType": "SUBJECT_QUESTIONNAIRE",
"createdAt": "2022-08-17T19:05:21.362Z",
"updatedAt": "2022-08-17T19:05:21.362Z"
}
],
"callbackRequestParticipants": [
{
"role": "PRIMARY",
"participant": {
"id": "string"
},
"type": "EMPLOYEE",
"videoUrl": "https://wwww.example.net/abc123",
"videoTestUrl": "https://wwww.example.net/abc123"
}
],
"listing": {
"id": "123"
},
"leadSegment": {
"id": "123"
},
"meetingType": "OFFICE",
"office": {
"id": "123"
},
"status": "OPEN",
"subject": {
"id": "123"
},
"internalNotes": "Lorem ipsum",
"createdAt": "2022-08-17T19:05:21.362Z",
"createdByType": "EMPLOYEE",
"createdFrom": "PLUGIN",
"updatedAt": "2022-08-17T19:05:21.362Z",
"updatedByType": "EMPLOYEE",
"updatedFrom": "PLUGIN",
"location": {
"city": {
"language": "en",
"value": "Lorem ipsum"
},
"state": {
"language": "en",
"value": "Lorem ipsum"
},
"street1": {
"language": "en",
"value": "Lorem ipsum"
},
"street2": {
"language": "en",
"value": "Lorem ipsum"
},
"postalCode": "9000",
"countryCode": "BE",
"formattedAddress": "string",
"geolocation": {
"latitude": 51.0479466,
"longitude": 3.6912248
}
}
}
],
"meta": {
"offset": 0,
"limit": 25,
"totalCount": 42
}
}