Get qnamePath by API Rest

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 11:56 PM
I'm using API rest and get the node information, included path, like:
"path": { "name": "/Espacio de empresa/Sites/myclient/documentLibrary", .....}
How can I get qnamePath:
/app:company_home/st:sites/cm:myclient/cm:documentLibrary
Only using API Rest?
Thanks in advance.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 04:04 AM
Short answer: You cannot - the Public ReST API does not expose child assoc qnames / qname paths at all. It also does not allow to directly set child assoc qnames, so at least it is consistent in that way.
