Get Ring Group Agent Activity by Extension
GET/v2/pbxes/:pbxId/ring-group-agent-activity/by-extension/:ringGroupExtension
Returns per-agent activity for the members of a ring group on the given PBX, identified by the ring group extension instead of its id. Behaves identically to GET /ring-group-agent-activity/{ringGroupId} and returns the same response shape.
Request
Responses
- 200
- 401
- 403
- 404
- 409
OK
Unauthorized
Forbidden
Not Found — the PBX was not found. An unknown ring group is not a 404: it returns 200 with an empty ringGroupAgentActivity list.
Conflict