S
stromb0li
Guest
API Configuration:
Type: OAuth2 client
Client type: Confidential
Scope: conversation:read
GET https://mydomain.com/api/conversations/123456
This will result in a server error:
JSON:
----
Read more
Continue reading...
Type: OAuth2 client
Client type: Confidential
Scope: conversation:read
GET https://mydomain.com/api/conversations/123456
This will result in a server error:
JSON:
Code:
{
"errors": [
{
"code": "server_error_occurred",
"message": "A server error occurred during the API request. Please try again later.",
"params": []
}
]
}
----
- Error: Call to undefined method XF\Finder\ConversationMasterFinder::forUser()...
Read more
Continue reading...