POST
/
api
/
v1
/
thread
/
search
{
  "filters": {
    "assigned_to_member_id": "integer",
    "contact": "string",
    "content": "string",
    "customer_id": "string",
    "id": "string",
    "max_created_at": "string",
    "max_updated_at": "string",
    "min_created_at": "string",
    "min_updated_at": "string",
    "only_without_assignment": "boolean",
    "only_without_review_groups": "boolean",
    "review_groups": [
      "string"
    ],
    "status": "integer",
    "tag_codes": [
      "string"
    ]
  },
  "on_page": "integer",
  "per_page": "integer"
}
{
  "properties": "any",
  "type": "any"
}

Body parameters

filters
SearchThreadsFiltersInput
on_page
integer
per_page
integer

Response body

properties
any
type
any
{
  "filters": {
    "assigned_to_member_id": "integer",
    "contact": "string",
    "content": "string",
    "customer_id": "string",
    "id": "string",
    "max_created_at": "string",
    "max_updated_at": "string",
    "min_created_at": "string",
    "min_updated_at": "string",
    "only_without_assignment": "boolean",
    "only_without_review_groups": "boolean",
    "review_groups": [
      "string"
    ],
    "status": "integer",
    "tag_codes": [
      "string"
    ]
  },
  "on_page": "integer",
  "per_page": "integer"
}
{
  "properties": "any",
  "type": "any"
}