Invoice template API

get specific entry

GET /api/rest/admin/invoice-template/:id

Request

Headers

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: 

Route

GET /api/rest/admin/invoice-template/5

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/"cde2df87f64d16f9d4403e8f3932d3e9"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 6be95b86-c070-4f52-b59c-d38dd6adfbbc
X-Runtime: 0.007021
Content-Length: 187

Status

200 OK

Body

{
  "data": {
    "id": "5",
    "type": "invoice-templates",
    "links": {
      "self": "http://example.org/api/rest/admin/invoice-templates/5"
    },
    "attributes": {
      "name": "invoice_template3",
      "filename": "filename.odt"
    }
  }
}