Description
Currently the REST API requires you to provide the ID value or user-friendly name for a view if you wish to retrieve information about a specific one. However, I need a way to search for a view based on a content_url. This provides a human-readable method to reference a unique viz on a given site. Not having it means that I have to pull the full list of views from the entire site, then lookup the ID value based on the content_url. This takes at least thirty seconds, which isn't unfortunately isn't acceptable for my application.
Could we please add content_url to the list of filterable fields? I realize this is a request for the REST API, but I'm adding it here because I assume it will take work to be implemented in the TSC wrapper as well, and I'd love to keep my work in "pure" TSC as much as possible.
thank you,
Matt