get specific entry
GET /api/rest/admin/services/:id
Request
Headers
Route
GET /api/rest/admin/services/6
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "6",
"type": "services",
"links": {
"self": "http://example.org/api/rest/admin/services/6"
},
"attributes": {
"name": "Service_6",
"variables": {
"baz": 123
},
"state": "Active",
"initial-price": "11.59",
"renew-price": "7.34",
"created-at": "2025-03-01T09:41:21.779Z",
"renew-at": null,
"renew-period": "Disabled",
"uuid": "843ae735-41f1-4a3f-927f-690612ae0adc"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/admin/services/6/relationships/account",
"related": "http://example.org/api/rest/admin/services/6/account"
},
"data": {
"type": "accounts",
"id": "81"
}
},
"service-type": {
"links": {
"self": "http://example.org/api/rest/admin/services/6/relationships/service-type",
"related": "http://example.org/api/rest/admin/services/6/service-type"
}
},
"transactions": {
"links": {
"self": "http://example.org/api/rest/admin/services/6/relationships/transactions",
"related": "http://example.org/api/rest/admin/services/6/transactions"
}
}
}
}
}