Is there anyone to provide the User Guide how to use CMServiceAPI ? Thank
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Is there anyone to provide the User Guide how to use CMServiceAPI ? Thank
Hi There,
Depending on how the ServiceAPI was configured during installation, it comes with with a Help Index and a Swagger interface.
http://<ServerName>/CMServiceAPI/help/index
http://<ServerName>/CMServiceAPI/swagger-ui/
Some knowledge of your Content Manager instance will be required to assist with structuring of the payload to meet any CM requirements for capturing documents into the system.
In the built in self-hosted documentation under 'Samples' (a bit down on the landing page) there should be one for 'Create a Record from a document'
To see the payload you should be able to open up the network monitor using your web browsers dev tools to look how the payload was crafted to suit your particular dataset.
-Scotty
In the built in self-hosted documentation under 'Samples' (a bit down on the landing page) there should be one for 'Create a Record from a document'
To see the payload you should be able to open up the network monitor using your web browsers dev tools to look how the payload was crafted to suit your particular dataset.
-Scotty
Thank Scotty. Through http://<ServerName>/CMServiceAPI/swagger-ui/ I got the following much information. Where can I get the User Guide how to use each URLS (Post, GET, PUT, PATCH and Delete) For example, how to get the record type, unique identifier, container, classification and so on and how to inject the document into CM23