Hello, we use sfb 2015 and i need to get conversationLogs for all users in my application.
I searched this conversationLog page, but when i tried this, i got BadRequest.
Integration with exchange is enabled and working good on client side.
"{
"code": "BadRequest",
"subcode": "ParameterValidationFailure",
"message": "Please check what you entered and try again.",
"parameters": [
{
"name": "exchangeKey",
"reason": "MissingOrInvalid"
}
]
}"
Where stored this exchangeKey ? and what is the best solution to get all conversationLog by user and period?