get specific entry
GET /api/rest/admin/customers-auths/:id
Request
Headers
Route
GET /api/rest/admin/customers-auths/20086
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "20086",
"type": "customers-auths",
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086"
},
"attributes": {
"name": "customers_auth_3",
"ip": [
"127.0.0.0/8"
],
"enabled": true,
"reject-calls": false,
"src-rewrite-rule": null,
"src-rewrite-result": null,
"dst-rewrite-rule": null,
"dst-rewrite-result": null,
"src-prefix": [
""
],
"src-number-min-length": 0,
"src-number-max-length": 100,
"dst-prefix": [
""
],
"dst-number-min-length": 0,
"dst-number-max-length": 100,
"x-yeti-auth": [
],
"capacity": null,
"cps-limit": null,
"uri-domain": [
],
"src-name-rewrite-rule": null,
"src-name-rewrite-result": null,
"diversion-rewrite-rule": null,
"diversion-rewrite-result": null,
"allow-receive-rate-limit": false,
"send-billing-information": false,
"enable-audio-recording": false,
"src-number-radius-rewrite-rule": null,
"src-number-radius-rewrite-result": null,
"dst-number-radius-rewrite-rule": null,
"dst-number-radius-rewrite-result": null,
"check-account-balance": true,
"require-incoming-auth": false,
"from-domain": [
],
"to-domain": [
],
"tag-action-value": [
],
"external-id": null,
"external-type": null,
"dump-level-id": 1
},
"relationships": {
"customer": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/customer",
"related": "http://example.org/api/rest/admin/customers-auths/20086/customer"
},
"data": {
"type": "contractors",
"id": "61"
}
},
"rateplan": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/rateplan",
"related": "http://example.org/api/rest/admin/customers-auths/20086/rateplan"
},
"data": {
"type": "rateplans",
"id": "16"
}
},
"routing-plan": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/routing-plan",
"related": "http://example.org/api/rest/admin/customers-auths/20086/routing-plan"
},
"data": {
"type": "routing-plans",
"id": "3"
}
},
"gateway": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/gateway",
"related": "http://example.org/api/rest/admin/customers-auths/20086/gateway"
},
"data": {
"type": "gateways",
"id": "18"
}
},
"account": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/account",
"related": "http://example.org/api/rest/admin/customers-auths/20086/account"
},
"data": {
"type": "accounts",
"id": "65"
}
},
"diversion-policy": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/diversion-policy",
"related": "http://example.org/api/rest/admin/customers-auths/20086/diversion-policy"
},
"data": {
"type": "diversion-policies",
"id": "1"
}
},
"pop": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/pop",
"related": "http://example.org/api/rest/admin/customers-auths/20086/pop"
},
"data": null
},
"dst-numberlist": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/dst-numberlist",
"related": "http://example.org/api/rest/admin/customers-auths/20086/dst-numberlist"
},
"data": null
},
"src-numberlist": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/src-numberlist",
"related": "http://example.org/api/rest/admin/customers-auths/20086/src-numberlist"
},
"data": null
},
"tag-action": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/tag-action",
"related": "http://example.org/api/rest/admin/customers-auths/20086/tag-action"
},
"data": null
},
"radius-auth-profile": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/radius-auth-profile",
"related": "http://example.org/api/rest/admin/customers-auths/20086/radius-auth-profile"
},
"data": null
},
"radius-accounting-profile": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/radius-accounting-profile",
"related": "http://example.org/api/rest/admin/customers-auths/20086/radius-accounting-profile"
},
"data": null
},
"transport-protocol": {
"links": {
"self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/transport-protocol",
"related": "http://example.org/api/rest/admin/customers-auths/20086/transport-protocol"
},
"data": null
}
}
}
}