get specific entry
GET /api/rest/admin/routing-plan-static-routes/:id
Request
Headers
Route
GET /api/rest/admin/routing-plan-static-routes/3
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "3",
"type": "routing-plan-static-routes",
"links": {
"self": "http://example.org/api/rest/admin/routing-plan-static-routes/3"
},
"attributes": {
"prefix": "",
"priority": 100,
"weight": 100,
"network-prefix-id": null
},
"relationships": {
"routing-plan": {
"links": {
"self": "http://example.org/api/rest/admin/routing-plan-static-routes/3/relationships/routing-plan",
"related": "http://example.org/api/rest/admin/routing-plan-static-routes/3/routing-plan"
},
"data": {
"type": "routing-plans",
"id": "9"
}
},
"vendor": {
"links": {
"self": "http://example.org/api/rest/admin/routing-plan-static-routes/3/relationships/vendor",
"related": "http://example.org/api/rest/admin/routing-plan-static-routes/3/vendor"
},
"data": {
"type": "contractors",
"id": "99"
}
}
}
}
}