I need to read all the filters of all the entities via odata.
https://XXXXXXXX-se-m-se-demo.creatio.com/0/odata/FolderTree
When I run the above URL in the browser, it gives me the names of all the folders of all the objects of creatio. I need to fetch the dataset, which is returned by the folder name of the object.
For example, in the above screenshot, the filter name is "My overdue cases." I need to create or construct a query or Postman URL that will give me all the cases returned by the "My overdue cases" folder tree.
I run below URL in the Postman.
{{BaseURI}}/0/odata/FolderTree(c651a067-8639-f779-0323-e1133cc4cb76)/FilterData
It gave me below response.
However, I cannot identify how to fetch all the cases returned by the "My overdue cases" folder tree.
Any help in this matter would be greatly appreciated.
Like