v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Team Features

Get Lead Pond

Returns a single lead pond by ID. The pond must belong to the caller's team and be visible to the caller (office-level lead-pond manage permission). If it is not, the request fails with 400 Permission denied; the same error is returned whether the pond does not exist or simply is not visible, so existence is not disclosed.

get/v1.0/team-features/lead-pond/{id}

Path parameters

idinteger required

ID of the lead pond.

Headers

Authorizationstring required

Bearer [access_token]

Response

Lead pond retrieved successfully.

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
  ]
}