AssigneeFieldAssignableAgents

List assignable groups on the AssigneeField

List assignable groups on the AssigneeField

Allowed For

  • Agents
get/api/lotus/assignables/groups.json

Response

Success response

countinteger

Number of groups listed in groups property.

next_pagestring nullable
previous_pagestring nullable

Example response

{
  "count": 3,
  "groups": [
    {
      "description": "Engineering",
      "id": 9182736455,
      "name": "Group for Bugs for Engineering"
    },
    {
      "description": "Product",
      "id": 1928374655,
      "name": "Group for feature requests"
    },
    {
      "description": "Customer Support",
      "id": 5519283746,
      "name": "Group for customer inquiries"
    }
  ],
  "next_page": null,
  "previous_page": null
}

Changes