New web services for content retrieval
Idea Logged
This request is for additional endpoints for report, view, and dashboard tab retrieval.
Return objects by:
-Tag(s)
-Content folder
-Search criteria
For example, would like to be able to return all items a user has permission to view that are tagged "Financials". Similarly, have an endpoint to land a user directly into a specified content folder. Finally, be able to pass search criteria to land a user at a results list. Ideally these could be combined:
Return all items a user has permission to view that are tagged "Financials" that are reports in the "Standard Reports" content folder and apply the search criteria "Quarterly"
Hi Jonathan,
there's a way to do this now - you use the web service function called METADATASQLQUERY to query the Yellowfin table called ContentTag for the tag, the table called ContentManagement for the content folder, and the ReportHeader table for the search criteria.
I've attached an example of how to use the METADATASQLQUERY function, please take note of the 2 parameters documented at the top of the file to be added to your web.xml file.
I can still create an enhancement request for you if you'd like, however, if the above method does the job for you then you won't have to wait months for the request to be implemented.
Please let me know what you think.
regards,
David
Hi Jonathan,
there's a way to do this now - you use the web service function called METADATASQLQUERY to query the Yellowfin table called ContentTag for the tag, the table called ContentManagement for the content folder, and the ReportHeader table for the search criteria.
I've attached an example of how to use the METADATASQLQUERY function, please take note of the 2 parameters documented at the top of the file to be added to your web.xml file.
I can still create an enhancement request for you if you'd like, however, if the above method does the job for you then you won't have to wait months for the request to be implemented.
Please let me know what you think.
regards,
David
Hi Jonathan,
yes, that web services call just runs a straight query and returns all results. So it can be a very helpful call to be aware of, although you've got to know how Yellowfin uses the tables and unfortunately we don't have any good current documentation on this, however you can always ask us!
I've gone ahead and raised an internal enhancement request for your Idea, its reference ID is YFN-9275.
Thanks for your input.
regards,
David
Hi Jonathan,
yes, that web services call just runs a straight query and returns all results. So it can be a very helpful call to be aware of, although you've got to know how Yellowfin uses the tables and unfortunately we don't have any good current documentation on this, however you can always ask us!
I've gone ahead and raised an internal enhancement request for your Idea, its reference ID is YFN-9275.
Thanks for your input.
regards,
David
Replies have been locked on this page!