GET api/smartview/embeddedurl?userArn={userArn}&dashboardId={dashboardId}
Get an embedded url for a dashboard
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userArn | string |
Required |
|
dashboardId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EmbeddedUrlResponseName | Description | Type | Additional information |
---|---|---|---|
Url |
The url |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Url": "sample string 1" }
application/xml, text/xml
Sample:
<EmbeddedUrlResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Url>sample string 1</Url> </EmbeddedUrlResponse>