Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEyNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzM30.w97SCFrL3Low7HkJLwGOJ_MTOxf_nsmGf4xxfzjJ3_Y Host: example.org Cookie:
GET /api/rest/admin/invoice-template/5
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/"cde2df87f64d16f9d4403e8f3932d3e9" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 6be95b86-c070-4f52-b59c-d38dd6adfbbc X-Runtime: 0.007021 Content-Length: 187
200 OK
{ "data": { "id": "5", "type": "invoice-templates", "links": { "self": "http://example.org/api/rest/admin/invoice-templates/5" }, "attributes": { "name": "invoice_template3", "filename": "filename.odt" } } }