Public URL endpoints

Investigate exposes some URL endpoints you can use to display some page from an external source. For example you can create a link to Investigate from an email or webpage.


goto/record

This endpoint lets you display a record in a dashboard. The record appears in a record viewer panel.

Properties

Name Description

dashboardId

The ID of the dashboard to open

recordIndex

The index of the record

recordId

The ID of the record to open

Example

<a href="https://my-investigate.com/goto/record?dashboardId=dashboard:abk39v&recordIndex=my-index&recordId=n8gm4o9ld">
  Link to investigate
</a>