Skip to main content

Get number of threads assigned to a list of dealer associates

Get number of threads assigned to a list of dealer associates

Path Parameters
    userUUID string required
Query Parameters
    includeArchived boolean
Request Body required
    departmentUuids string[]
Responses

OK


Schema
    count object
    property name* int64
    requestUUID string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/user/:userUUID/thread/count

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
userUUID — path required
includeArchived — query
Body required
{
"departmentUuids": [
"string"
]
}
curl / cURL
curl -L -X POST '/communications/department/user/:userUUID/thread/count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentUuids": [
"string"
]
}'