cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS get Site URL

generic1
Champ in-the-making
Champ in-the-making
Hi,

I would have a question concerning CMIS- API. With the below command I get defined properties of folders - this works fine.
What I will get is the URL to the SITE, e.g. https://hostSmiley Tongueort/share/page/site/special-site/dashboard.

Is it possible with CMIS to get the URLs of the Dashboards?

Thanks a lot!
Generic

SELECT c.cmis:lastModificationDate, c.cmis:name, c.cmis:objectTypeId, c.cmis:createdBy, c.cmis:objectId, c.cmis:baseTypeId FROM cmis:folder c
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

there is no CMIS query / operation that allows you to retrieve the URL of a site Dashboard. You can only use the cmis:name property of the site to "manually" construct the dashboard URL in your Client application.

Regards
Axel

generic1
Champ in-the-making
Champ in-the-making
Thanks a lot!