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/123abc?f--users.email=someone@example.com.
pathname
string
The path of the URL (e.g., /dashboards/123abc).
Query params from the URL, e.g., ?f--users.email=someone@example.com.
type
string
Type of page. One of dashboard, workbook, or other.

Example

{
  "href": "https://blobsrus.omniapp.co/dashboards/123abc?f--users.email=someone@example.com",
  "pathname": "/dashboards/123abc",
  "search": "?f--users.email=someone@example.com",
  "type": "dashboard"
}