Gets the full URL for a dashboard page.
| Name | Type | Description |
|---|---|---|
destination | Destination | URL destination details. |
| Name | Type | Description |
|---|---|---|
pageId | string | ID of the page to link to. Use the Page IDs table to find the appropriate ID. |
relativeUrl | string | Optional. URL segment to append to the base URL of the selected page. Can include path segments, a query string, and a fragment identifier. |
The URL of a dashboard page with the provided relativeUrl value appended.
Note: To call this method in self-hosted apps, you need to create a client. See the setup guide for more details.