I want to create custom rest-api like this.https://api-explorer.alfresco.com/api-explorer/
Using webscript I can create but I want follow the same way which is above url api is following.
How can I create?
Sorry don't know how much you know of Swagger UI or Yaml, so my answer can be not fully complete.
If you check the alfresco-rest-api you can see all the yaml file used from alfresco.
e.g. https://api-explorer.alfresco.com/api-explorer/definitions/alfresco-core.yaml
So you can create a yaml file for describe all your alfresco webscript , and use the web app Swagger UI to show them to the users.
I made something very similar recently so with more details on your use case i can try to help you out.
I want to follow backend way not frontend.In backend ,webscript is not used.They have used another way to create rest-api that I want to know.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.