Example request
GET https://api.jupiter-erp.com/api/account/print-layouts/templates/example-id
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/print-layouts/templates/example-id' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| layout_name | path | yes | — |
Responses
200OK
ModelPrintLayoutTemplate
| Field | Type | Description |
|---|---|---|
| content* | string | — |
| layout_name* | string | string
|
Example response
{
"layout_name": "default",
"content": "string"
}PrintLayouts