I am exploring the use of dynamic URLS within an Alfresco webscript that will allow users to bookmark pages.
Based on initial research, it doesn't seem like it is possible due to the structure of webscripts and registering urls. Check out this link for an answer to what I assume is the same question as I am posting.
If anyone has any experience creating dynamic URLs within an Alfresco webscript, it would be much appreciated!
You can pass dynamic parameters to the url like this
<url>/api/workflow-instances/{workflow_instance_id}/task-instances?authority={authority?}</url>
But you can't create dynamic URLs of webscript, Or you have to create Webscript files in Data Dictionary / Webscripts folder for dynamic approach.