Jump to content

Construct URL with filter rule


peter.kober

Recommended Posts

Hi,

I am trying to construct the standard URL

https://xxx.ftrackapp.com/#slideEntityId=&slideEntityType=&view=versions_v1&itemId=projects&entityId=505dcc72-3a48-11e9-b22e-a67be777b275&entityType=task&objectType=4be63b64-5010-42fb-bf1f-428af9d638f0

AND have the filter rule included in the link. Creating the standard link is not an issue, but including the FILTER in the link is.

What I want to achieve:  Example:

https://xxx.ftrackapp.com/#slideEntityId=&slideEntityType=&view=versions_v1&itemId=projects&entityId=505dcc72-3a48-11e9-b22e-a67be777b275&entityType=task&objectType=4be63b64-5010-42fb-bf1f-428af9d638f0#FILTER=lookdev

Obviously this is not working. But is there a syntax which can make me achieve this ? Right now the filtering is achieved dynamically on the website, but I need to create the filter link via code.

 

EDIT:
I saw that saving a view will save the filter along with it.
So in case one can not construct the URL with the filter mentioned, is it possible to construct the URL with the VIEW mentioned?
Example:
https://xxx.ftrackapp.com/#slideEntityId=&slideEntityType=&view=versions_v1&itemId=projects&entityId=505dcc72-3a48-11e9-b22e-a67be777b275&entityType=task&objectType=4be63b64-5010-42fb-bf1f-428af9d638f0#VIEW=mycustomview

 

Thanks so much

Peter

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...