Direct HTTP link to "detail modal"

I see that the view details modal (via clicking on the PK) is now a modal. Is there an HTTP link that I can use to get to this as a webpage? The use case is I want to navigate directly to the page to see the details of a given record.

Hi @tjmule
Yes, by going to /question/:question_id/:object_id, so /question/123-my-awesome-question/1
There's work being done to implement a dedicated Object visualization.

1 Like

works perfectly. thanks!