cancel
Showing results for 
Search instead for 
Did you mean: 

Content Model through REST API

nemanjaza94
Champ in-the-making
Champ in-the-making

I wanted to get content model info with all the types and properties through REST, but I couldn't find anything in the documentation for versions 5.2 and 6.0. However, I tested version 6.0 for Dictionary REST endpoint as in version 5.0 (http://docs.alfresco.com/5.0/references/RESTful-Dictionary.html) and it worked. I also noticed that some of the URL-s and parameters don't work. Is there a reason why this isn't documented? Is it a deprecated feature?

1 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

There are no dictionary operations yet in the Public v1 REST API. You can still use the v0 legacy REST API dictionary operation you have found, but that is not guaranteed to be stable across versions / moving forward when Share might be removed. That is also part of the reason it is not well documented - it was never intended to be used as an integration layer for external applications.

View answer in original post

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

There are no dictionary operations yet in the Public v1 REST API. You can still use the v0 legacy REST API dictionary operation you have found, but that is not guaranteed to be stable across versions / moving forward when Share might be removed. That is also part of the reason it is not well documented - it was never intended to be used as an integration layer for external applications.