Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE3NiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4NjM2MDI5NX0.r8nKkjD8HYcV9ivFBkgG041Me_c0bSxxRHe9fbPK2yw Host: example.org Cookie:
GET /api/rest/admin/package-counters/3
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/"b5f087fbfea331c9345560ced3b34965" cache-control: max-age=0, private, must-revalidate x-request-id: 64954026-7ad3-4eb9-aa0f-5cbcc8b61735 x-runtime: 0.005217 content-length: 398
200 OK
{
"data": {
"id": "3",
"type": "package-counters",
"links": {
"self": "http://example.org/api/rest/admin/package-counters/3"
},
"attributes": {
"duration": 120,
"exclude": false,
"prefix": "",
"service-id": 6
},
"relationships": {
"account": {
"links": {
"related": "http://example.org/api/rest/admin/package-counters/3/account"
}
},
"service": {
"links": {
"related": "http://example.org/api/rest/admin/package-counters/3/service"
}
}
}
}
}