v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Task Assignable Segment

Get Task Assignable Segments

Get segments that can assigne Tasks to.

get/communications/tasks/segments

Headers

x-api-keystring required

A valid api key. If you don't have one, please request one through the Web Integration screen.

Response

returns a list of qualifying segments to assign tasks to. (segments for customer staff)

Example response

{
  "segment_list": [
    {
      "id": 1234567891234567
    }
  ]
}