Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNX0.vR8RvyiBSZr0hNIPLqoZRbSvlHxs2Fj2Lfohe4LWrsA 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: 9665e3ae-5b24-4223-a987-8361cddadc1b x-runtime: 0.005504 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"
}
}
}