get listing
GET /api/rest/admin/active-calls
Parameters
| Name |
Description |
|
filter[id]
|
id filter
|
|
filter[customer-id-eq]
|
customer id eq filter
|
|
filter[vendor-id-eq]
|
vendor id eq filter
|
|
filter[customer-acc-id-eq]
|
customer acc id eq filter
|
|
filter[vendor-acc-id-eq]
|
vendor acc id eq filter
|
|
filter[customer-auth-id-eq]
|
customer auth id eq filter
|
|
filter[rateplan-id-eq]
|
rateplan id eq filter
|
|
filter[destination-id-eq]
|
destination id eq filter
|
|
filter[routing-group-id-eq]
|
routing group id eq filter
|
|
filter[routing-plan-id-eq]
|
routing plan id eq filter
|
|
filter[dialpeer-id-eq]
|
dialpeer id eq filter
|
|
filter[orig-gw-id-eq]
|
orig gw id eq filter
|
|
filter[term-gw-id-eq]
|
term gw id eq filter
|
|
filter[src-country-id-eq]
|
src country id eq filter
|
|
filter[src-network-id-eq]
|
src network id eq filter
|
|
filter[dst-country-id-eq]
|
dst country id eq filter
|
|
filter[dst-network-id-eq]
|
dst network id eq filter
|
|
filter[pop-id-eq]
|
pop id eq filter
|
|
filter[node-id-eq]
|
node id eq filter
|
|
filter[duration-equals]
|
duration equals filter
|
|
filter[duration-greater-than]
|
duration greater than filter
|
|
filter[duration-less-than]
|
duration less than filter
|
Request
Headers
Route
GET /api/rest/admin/active-calls
Response
Headers
Status
200 OK
Body
{
"data": [
{
"id": "1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86",
"type": "active-calls",
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86"
},
"attributes": {
"start-time": "2026-01-02T12:43:18.000Z",
"connect-time": "2026-01-02T12:44:00.000Z",
"duration": 32,
"time-limit": 4909,
"dst-prefix-in": "9810441492550028",
"dst-prefix-routing": "3800000000000000000",
"lrn": null,
"dst-prefix-out": "3800000000000000000",
"src-prefix-in": "10317",
"src-prefix-routing": "10317",
"src-prefix-out": "10317",
"diversion-in": null,
"diversion-out": null,
"destination-initial-rate": "0.11",
"destination-next-rate": "0.11",
"destination-initial-interval": 1,
"destination-next-interval": 1,
"destination-fee": "0.0",
"destination-rate-policy-id": 1,
"dialpeer-initial-rate": "0.005",
"dialpeer-next-rate": "0.001",
"dialpeer-initial-interval": 1,
"dialpeer-next-interval": 1,
"dialpeer-fee": "0.0",
"leg-a-remote-ip": "192.168.88.23",
"leg-a-remote-port": 5060,
"orig-call-id": "2141402782-1223087865-286388420",
"leg-a-local-ip": "192.168.88.23",
"leg-a-local-port": 5061,
"local-tag": "FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86",
"leg-b-local-ip": "",
"leg-b-local-port": 0,
"term-call-id": "8-5D73A55A-5CFB77360000494D-19C01700",
"leg-b-remote-ip": "",
"leg-b-remote-port": 0
},
"relationships": {
"customer": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/customer",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/customer"
}
},
"vendor": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/vendor",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/vendor"
}
},
"customer-acc": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/customer-acc",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/customer-acc"
}
},
"vendor-acc": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/vendor-acc",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/vendor-acc"
}
},
"customer-auth": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/customer-auth",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/customer-auth"
}
},
"rateplan": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/rateplan",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/rateplan"
}
},
"destination": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/destination",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/destination"
}
},
"routing-group": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/routing-group",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/routing-group"
}
},
"routing-plan": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/routing-plan",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/routing-plan"
}
},
"dialpeer": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/dialpeer",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/dialpeer"
}
},
"orig-gw": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/orig-gw",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/orig-gw"
}
},
"term-gw": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/term-gw",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/term-gw"
}
},
"src-country": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/src-country",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/src-country"
}
},
"src-network": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/src-network",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/src-network"
}
},
"dst-country": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/dst-country",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/dst-country"
}
},
"dst-network": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/dst-network",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/dst-network"
}
},
"pop": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/pop",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/pop"
}
},
"node": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/relationships/node",
"related": "http://example.org/api/rest/admin/active-calls/1*FC-D0E4-DFE7A0D5E7641EDAD6E6E9B8FDCEDB91-706EA6CEAC6EBD86/node"
}
}
}
},
{
"id": "1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF",
"type": "active-calls",
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF"
},
"attributes": {
"start-time": "2026-01-02T12:43:26.000Z",
"connect-time": "2026-01-02T12:44:00.000Z",
"duration": 35,
"time-limit": 4909,
"dst-prefix-in": "9810441492550028",
"dst-prefix-routing": "3800000000000000000",
"lrn": null,
"dst-prefix-out": "3800000000000000000",
"src-prefix-in": "10317",
"src-prefix-routing": "10317",
"src-prefix-out": "10317",
"diversion-in": null,
"diversion-out": null,
"destination-initial-rate": "0.11",
"destination-next-rate": "0.11",
"destination-initial-interval": 1,
"destination-next-interval": 1,
"destination-fee": "0.0",
"destination-rate-policy-id": 1,
"dialpeer-initial-rate": "0.005",
"dialpeer-next-rate": "0.001",
"dialpeer-initial-interval": 1,
"dialpeer-next-interval": 1,
"dialpeer-fee": "0.0",
"leg-a-remote-ip": "192.168.88.23",
"leg-a-remote-port": 5060,
"orig-call-id": "2141402782-1223087865-286388420",
"leg-a-local-ip": "192.168.88.23",
"leg-a-local-port": 5061,
"local-tag": "03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF",
"leg-b-local-ip": "",
"leg-b-local-port": 0,
"term-call-id": "8-5D73A55A-5CFB77360000494D-19C01700",
"leg-b-remote-ip": "",
"leg-b-remote-port": 0
},
"relationships": {
"customer": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/customer",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/customer"
}
},
"vendor": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/vendor",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/vendor"
}
},
"customer-acc": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/customer-acc",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/customer-acc"
}
},
"vendor-acc": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/vendor-acc",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/vendor-acc"
}
},
"customer-auth": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/customer-auth",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/customer-auth"
}
},
"rateplan": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/rateplan",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/rateplan"
}
},
"destination": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/destination",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/destination"
}
},
"routing-group": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/routing-group",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/routing-group"
}
},
"routing-plan": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/routing-plan",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/routing-plan"
}
},
"dialpeer": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/dialpeer",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/dialpeer"
}
},
"orig-gw": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/orig-gw",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/orig-gw"
}
},
"term-gw": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/term-gw",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/term-gw"
}
},
"src-country": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/src-country",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/src-country"
}
},
"src-network": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/src-network",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/src-network"
}
},
"dst-country": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/dst-country",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/dst-country"
}
},
"dst-network": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/dst-network",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/dst-network"
}
},
"pop": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/pop",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/pop"
}
},
"node": {
"links": {
"self": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/relationships/node",
"related": "http://example.org/api/rest/admin/active-calls/1*03-3D73-55FA51B805CDE1BACF2FB0ED76C3D37B-2962144B354702AF/node"
}
}
}
}
],
"meta": {
"total-count": 0
}
}