fetch filtered messages for the customer
fetch filtered messages for the customer
Path Parameters
departmentUUID string required
userUUID string required
customerUUID string required
application/json
Request Body required
filtersToBeSearchedUpon object
maximumNoOfResultsToBeReturned int32
messageUuidsReceivedAtSameTime string[]
lastMessageReceivedOn date-time
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
messagesMap object
requestUuid string
errors object[]
warnings object[]
{
"messagesMap": {},
"requestUuid": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
python / requests
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
go / native
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
nodejs / axios
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
csharp / RestSharp
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
php / cURL
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
java / OkHttp
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'
powershell / RestMethod
curl -L -X POST '/communications/departments/:departmentUUID/users/:userUUID/customers/:customerUUID/messages/filter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"filtersToBeSearchedUpon": {},
"maximumNoOfResultsToBeReturned": 0,
"messageUuidsReceivedAtSameTime": [
"string"
],
"lastMessageReceivedOn": "2025-03-28T11:34:43.228Z"
}'