List phone-control targets
GET/api/v1/domains/:domain_uuid/phone-control/targets
Returns the registered phones that FS PBX can control for one extension.
Use the returned agent value with either the click-to-dial or phone-control
action endpoint. Each target also lists its supported phone-control actions.
Use vendor, lan_ip, or a registration_call_ids value when needed.
See Supported phones and actions
for vendor-specific capabilities and behavior.
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