GET api/shows/{id}/sections/{layoutSectionID}/layout?transactionID={transactionID}&width={width}&height={height}&crop={crop}&layers={layers}&cropX={cropX}&cropY={cropY}&cropWidth={cropWidth}&cropHeight={cropHeight}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| layoutSectionID | integer |
Required |
|
| transactionID | integer |
Default value is 0 |
|
| width | integer |
Default value is 0 |
|
| height | integer |
Default value is 0 |
|
| crop | LayoutCropMode |
Default value is None |
|
| layers | LayoutSectionDrawLayers |
Default value is Default |
|
| cropX | integer |
Default value is 0 |
|
| cropY | integer |
Default value is 0 |
|
| cropWidth | integer |
Default value is 0 |
|
| cropHeight | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.