v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Contact Center

Get list of wrapup codes

Returns a paginated list of all wrapup codes in the contact center.

get/api/v4/contact_center/wrapup_codes

Query parameters

limitinteger

The number of items to return.

offsetinteger

The number of items to skip before starting to collect the result set.

Response

OK

Example response

{
  "wrapup_codes": [
    {
      "id": 1,
      "name": "Issue Resolved",
      "code": "0002",
      "wrapup_code_groups": [
        {
          "id": 1,
          "name": "Customer Support"
        }
      ]
    }
  ],
  "metadata": {
    "total": 100
  }
}