Service Types API

get specific entry

GET /api/rest/admin/service-types/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIxNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MX0.ZomlfXIiJcL82m4gmrlE5FuJkLuCdn0u68VVwIEeNqM
Host: example.org
Cookie: 

Route

GET /api/rest/admin/service-types/6

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"009ee7ed2961a32e6d802fba6e1f171c"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8fcdaf59-9190-4c04-85fe-9a420cbf8072
X-Runtime: 0.007659
Content-Length: 250

Status

200 OK

Body

{
  "data": {
    "id": "6",
    "type": "service-types",
    "links": {
      "self": "http://example.org/api/rest/admin/service-types/6"
    },
    "attributes": {
      "name": "Service Type 6",
      "force-renew": false,
      "provisioning-class": "Billing::Provisioning::Logging",
      "variables": {
        "foo": "bar"
      }
    }
  }
}