Documentum RestServices Authentication issues

Options

I am able to run http://localhost:8080/dctm-rest/repositories but when I am running http://localhost:8080/dctm-rest/repositories/{repository-name} and in authorization i am passing username :- dmadmin and password : - password .
I am getting
{
"status": 401,
"code": "E_INTERNAL_SERVER_ERROR",
"message": "An internal server error occurs.",
"details": "Authentication failed.",
"id": "d9e6f6f5-0e30-4b0d-9748-56e0eae63874"
}

which authentication credentials i need to pass to run these API.

Comments

This discussion has been closed.