get specific entry
GET /api/rest/customer/v1/services/:id
Request
Headers
Route
GET /api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "6e394382-8e9e-4528-a70f-108468f82384",
"type": "services",
"links": {
"self": "http://example.org/api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384"
},
"attributes": {
"name": "Service_10",
"state": "Active",
"initial-price": "8.13",
"renew-price": "39.92",
"created-at": "2024-11-14T05:19:09.960Z",
"renew-at": null,
"renew-period": "Disabled",
"service-type": "Service Type 16",
"ui-type": "phone_systems"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384/relationships/account",
"related": "http://example.org/api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384/account"
}
},
"transactions": {
"links": {
"self": "http://example.org/api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384/relationships/transactions",
"related": "http://example.org/api/rest/customer/v1/services/6e394382-8e9e-4528-a70f-108468f82384/transactions"
}
}
}
}
}