get specific entry
GET /api/rest/admin/registrations/:id
Request
Headers
Route
GET /api/rest/admin/registrations/7?timezone=%28GMT%2B00%3A00%29+UTC
Query Parameters
timezone: (GMT+00:00) UTC
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "7",
"type": "registrations",
"links": {
"self": "http://example.org/api/rest/admin/registrations/7"
},
"attributes": {
"auth-password": null,
"auth-user": null,
"contact": "sip:user@domain",
"display-username": null,
"domain": "localhost",
"enabled": true,
"expire": null,
"force-expire": false,
"max-attempts": null,
"name": "Equipment Registration 3",
"route-set": [
"sip:user@proxy-domain1",
"sip:user@proxy-domain2"
],
"retry-delay": 5,
"sip-interface-name": null,
"username": "user name",
"sip-schema-id": 1
},
"relationships": {
"transport-protocol": {
"links": {
"self": "http://example.org/api/rest/admin/registrations/7/relationships/transport-protocol",
"related": "http://example.org/api/rest/admin/registrations/7/transport-protocol"
}
},
"pop": {
"links": {
"self": "http://example.org/api/rest/admin/registrations/7/relationships/pop",
"related": "http://example.org/api/rest/admin/registrations/7/pop"
}
},
"node": {
"links": {
"self": "http://example.org/api/rest/admin/registrations/7/relationships/node",
"related": "http://example.org/api/rest/admin/registrations/7/node"
}
}
}
}
}