Output Layouts
GET output_layouts/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns list of pre-defined layout types.
Resource URL
http://{host}/api/2.0/output_layouts/meta/.format
Example Request
GET
GET output_layouts
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of layouts configuration.
Resource URL
http://{host}/api/2.0/output_layouts/.format
Example Request
GET
GET output_layouts/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single layout configuration.
Resource URL
http://{host}/api/2.0/output_layouts/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Output Layout to be viewed. |
Example Request
GET
POST output_layouts
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a new blank layout.
Resource URL
http://{host}/api/2.0/output_layouts/.format
Example Request
POST
PUT output_layouts/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates a specific layout
Resource URL
http://{host}/api/2.0/output_layouts/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Output Layout to be updated. |
Example Request
PUT
POST output_layouts/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Copies a specific layout data into a new layout.
Resource URL
http://{host}/api/2.0/output_layouts/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
1 | integer | The ID of the desired Output Layout to be copied. |
Example Request
POST
DELETE output_layouts/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a specific layout.
Resource URL
http://{host}/api/2.0/output_layouts/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Output Layout to be deleted. |
Example Request
DELETE