List click-to-dial targets
GET/api/v1/domains/:domain_uuid/click-to-dial/targets
Returns the controllable registered user agent groups for one extension.
A group represents one selectable phone control target. If an extension has
multiple registered devices, prefer the returned agent value when
creating a click-to-dial call. Use vendor only when any phone from that
vendor is an acceptable target.
Access rules:
- Caller must have access to the target domain.
- Caller must have the
phone_control_viewpermission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success
Validation error
Unauthenticated
Forbidden (missing permission)
Extension not found
Internal server error