AlfrescoArchive / alfresco-oauth-sample

Simple OAuth Sample application using html and Javascript
4 stars 8 forks source link

cmis:value for cmis:description #6

Closed dima72 closed 9 years ago

dima72 commented 9 years ago

Dear All,

I'm getting list of documents by GET http request:

https://api.alfresco.com/'+ CompanyName +'/public/cmis/versions/1.0/atom/children?id='+FolderId;

thus cmis:value for cmis:description of listed files is not returned and requires additional request for each document.

Is there way to tell Alfresco Cloud to fetch cmis:value for cmis:description of all chills requested?

thanks,

jottley commented 9 years ago

A request like https://api.alfresco.com/ottleys.net/public/cmis/versions/1.1/browser/root/sites/jared-ottleys-net/documentlibrary?succinct=true will return cmis:description for all of the children of the folder.

On Jul 28, 2015, at 1:39 PM, Dmitry Konnov notifications@github.com<mailto:notifications@github.com> wrote:

Dear All,

I'm getting list of documents by GET http request:

https://api.alfresco.com/'+ CompanyName +'/public/cmis/versions/1.0/atom/children?id='+FolderId;

thus cmis:value for cmis:description of listed files is not returned and requires additional request for each document.

Is there way to tell Alfresco Cloud to fetch cmis:value for cmis:description of all chills requested?

thanks,

— Reply to this email directly or view it on GitHubhttps://github.com/Alfresco/alfresco-oauth-sample/issues/6.

dima72 commented 9 years ago

Thank you! it works fine!