URLs
GET api/v1/ui/view.xml (or .json)
Renders view HTML for a url
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
url |
string |
Url |
是 |
||
height |
int |
Height of the url content |
否 |
100 |
|
width |
int |
Width of the url content |
否 |
100 |
|
outputIsPersisted |
bool |
When the output is not persisted, direct links to CFS file URLs can be rendered. Otherwise, the generic CFS URL is rendered which results in a redirect. |
否 |
false |
|
adjustToContainer |
bool |
When true, the HTML is re-rendered on window resize to fit within the max available space in the parent container. |
否 |
false |