get specific entry
GET /api/rest/admin/billing/services/:id
Request
Headers
Route
GET /api/rest/admin/billing/services/6
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "6",
"type": "services",
"links": {
"self": "http://example.org/api/rest/admin/billing/services/6"
},
"attributes": {
"name": "Service_6",
"variables": {
"baz": 123
},
"state": "Active",
"initial-price": "53.05",
"renew-price": "63.6",
"created-at": "2024-11-14T01:23:50.267Z",
"renew-at": null,
"renew-period": "Disabled",
"uuid": "acd834f8-87ca-428a-9140-e20fda97e65e"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/admin/billing/services/6/relationships/account",
"related": "http://example.org/api/rest/admin/billing/services/6/account"
},
"data": {
"type": "accounts",
"id": "50"
}
},
"service-type": {
"links": {
"self": "http://example.org/api/rest/admin/billing/services/6/relationships/service-type",
"related": "http://example.org/api/rest/admin/billing/services/6/service-type"
}
},
"transactions": {
"links": {
"self": "http://example.org/api/rest/admin/billing/services/6/relationships/transactions",
"related": "http://example.org/api/rest/admin/billing/services/6/transactions"
}
}
}
}
}