Are Saved Searches available through REST API?
# integrations
a
Are Saved Searches available through REST API?
u
REST API is more of a CRUD approach. But you could use Record Filtering and SuiteQL
a
Thanks Chris, my clients NS consultant has created Saved Searches and I was hopeful to use them. Will work toward the SuiteQL approach.
With SuiteQL, can you join tables and filter?
u
SuiteQL in the REST API works using the same mechanism as the SuiteQL in SuiteScript so it should be
*it should support joins and filters
a
Thanks a bunch, working on it now. I appreciate your response.