Alfresco Model Namespace-Prefix Mapping
by AlfrescoLabs
Community
Alfresco Repository WebScript that returns a JSON map of every deployed content model’s namespace URI to its prefix, useful for debugging and tooling.
About
A lightweight Repository add-on that exposes a single Admin WebScript:
GET /alfresco/s/model/ns-prefix-map
Returns a JSON object mapping every registered namespace URI to its prefix (e.g. "http://www.alfresco.org/model/content/1.0": "cm"). Requires Administrator credentials. Useful for content model debugging, migration tooling, and custom metadata extraction.