Hi, We intend to perform an automatic login in IBM Cognos Analytics 11.1 R7, according to the forum it is possible to perform this login through its Rest API.
Our doubt is how to authenticate in APIS Rest to consume the services, because all the requests we have return an http status 401 (Unauthorized)
Forum
https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ca_api.doc/c_ca_api_rest.html
API
https://cognosserver.ca.analytics.ibm.com/api/v1/session
{
"parameters": [
{
"name": "CAMNamespace",
"value": "bid"
},
{
"name": "CAMUsername",
"value": "teste@genesis.com"
},
{
"name": "CAMPassword",
"value": "Password"
}
]
}
Please Can anyone help?
------------------------------
João Galdino
CEO
Genesis
------------------------------
#CognosAnalyticswithWatson