Hi
I am testing connecting to Content Server 16.2.9 via the REST API using Postman.
When I POST:
https://{{hostname}}/OTCS/cs.exe/api/v1/auth?username={{username}}&password={{passwd}}
I get the error Messsage:
{
"error": "Query string parameters disallowed for the HTTP method 'POST'"
}
I don't have much experience with this stuff so perhaps it is something simple.
Thanks
Joel