v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Team Features

List Lead Ponds

Returns lead ponds on the caller's team that the caller is allowed to see.

get/v1.0/team-features/lead-ponds

Headers

Authorizationstring required

Bearer [access_token]

Response

Lead ponds visible to the caller.

idinteger required

The id of this lead pond

pondNamestring required

The name of this lead pond

pondOwnerIdinteger required

The owner user id of the lead pond

agentIdsinteger[]

The accessible agent id of the lead pond, It's a list with user ids

Example response

[
  {
    "agentIds": [
      10000000514,
      10000000515
    ]
  }
]