get specific entry
GET /api/rest/customer/v1/services/:id
Request
Headers
Route
GET /api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "86a0fdf2-182b-4b64-b5b1-8f97960dccb6",
"type": "services",
"links": {
"self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6"
},
"attributes": {
"name": "Service_14",
"state": "Active",
"initial-price": "14.41",
"renew-price": "45.05",
"created-at": "2025-03-01T15:10:28.649Z",
"renew-at": null,
"renew-period": "Disabled",
"service-type": "Service Type 20",
"ui-type": "phone_systems"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/relationships/account",
"related": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/account"
}
},
"transactions": {
"links": {
"self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/relationships/transactions",
"related": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/transactions"
}
}
}
}
}