My Oracle Fusion Content Server URL is “https://{{FusionHost}}/cs” and I am using URL to get the list of all files using content server REST API, I am using URL “https://{{FusionHost}}/documents/api/1.2/files/lists” and I am getting 404 error.
This is happening with all other REST API endpoints like download file, delete file etc.
Am I using incorrect hostname for content server, I also tried with ‘<host>/cs’ but that is also giving 404. What is the correct hostname and port ?