Skip to main content
This can be consumed by the embedding frame to generate shareable links.

Payload

{
  "href": "string",
  "pathname": "string",
  "search": "string",
  "type": "string"
}

Properties

href
string
The fully qualified URL, e.g., https://blobsrus.omniapp.co/dashboards/[email protected].
pathname
string
The path of the URL (e.g., /dashboards/123abc).
Query params from the URL, e.g., [email protected].
type
string
Type of page. One of dashboard, workbook, or other.

Example

{
  "href": "https://blobsrus.omniapp.co/dashboards/[email protected]",
  "pathname": "/dashboards/123abc",
  "search": "[email protected]",
  "type": "dashboard"
}