Skip to main content
Eptura Knowledge Center

Deep-link in Locator

You can use a deep-link to directly link to a person, desk, or room in Locator and this link can be accessed from outside the application.

The format of the deep-link will vary depending on whether your Locator is whitelisted or not.

Prerequisites

  • User has the ability to build a URL that contains a logon name or container id.
  • Client's Locator is version 5.10 or later.

Deep-link to a Person

Whitelisted

https://[instance].serraview.com/locator/#/people/[logonname]

Non-whitelisted

Build a URL in the following format:

https://[instance].serraview.com/Default.aspx?ReturnUrl=%2Flocator%2F%23%2Fpeople%2F[logonname]

Where:

  • [instance] is the client's instance.

  • [logonname] is the username of the user to be linked to.

Deep-link to a Room

Whitelisted

https://[instance].serraview.com/locator/#/rooms/[room_container_Id]

Non-whitelisted

Build a URL in the following format:

https://[instance].serraview.com/Default.aspx?ReturnUrl=%2Flocator%2F%23%rooms%2F[room_container_Id]

Where:

  • [instance] is the client's instance.

  • [room_container_Id] is the container ID of the room to be linked to.

Deep-link to a Desk

Whitelisted

https://[instance].serraview.com/locator/#/desks/[desk_container_Id]

Non-whitelisted

Build a URL in the following format:

https://[instance].serraview.com/Default.aspx?ReturnUrl=%2Flocator%2F%23%desks%2F[desk_container_Id]

Where:

  • [instance] is the client's instance.

  • [desk_container_Id] is the container ID of the desk to be linked to.

Open a deep-link in a New Tab

If needed, you can open a deep-link in a new tab of a browser. In the web page add a link and use the following format:

<a href="[deep_link]" target="_blank">Find [person’s name|room|desk] in locator</a>

Where:

  • [deep_link] is the deep-link for a person/room/desk built above.

  • [name|room|desk] is either name, room, or desk.