Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |
---|---|
|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |
---|---|
|
| |||||
|
Expand | |
---|---|
|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|