07-06-2023 03:53 PM
Hola, necesito 2 apis
1- una api que pueda utilizar para que desde un nodo raiz me muestre todas las ramificaciones y documentos que hay en cada ramificacion?
2- una api igual pero que desde el nodo raiz busque en sus ramas un archivo que tenga una palabra clave?
muchas gracias
07-10-2023 04:21 AM
Hello,
it is advisable to use an AFTS query to retrieve those nodes, using PATH or ANCESTOR keyword.
You can find some useful examples in this article https://hub.alfresco.com/t5/alfresco-content-services-blog/using-the-rest-api-to-find-elements-insid...
07-06-2023 05:16 PM
Hello, could you please write your question in English?
07-06-2023 06:34 PM
I need to be able to search all child, grandchild, and great-grandchild nodes up to the last node in a file.
Hello, I need 2 apis
1- an api that I can use so that from a root node it shows me all the branches and documents that are in each branch?
2- an api the same but that from the root node searches its branches for a file that has a keyword?
Oh and tell me what I'm doing wrong in this cmis query SELECT * FROM cmis:document WHERE (IN_FOLDER('963cf8df-2d9b-4bdb-a73c-ff58c19f0c93') AND CONTAINS('Instructions')) OR (cmis:baseTypeId='cmis :folder')
thank you so much
07-10-2023 04:21 AM
Hello,
it is advisable to use an AFTS query to retrieve those nodes, using PATH or ANCESTOR keyword.
You can find some useful examples in this article https://hub.alfresco.com/t5/alfresco-content-services-blog/using-the-rest-api-to-find-elements-insid...
Explore our Alfresco products with the links below. Use labels to filter content by product module.