RSS Feed/News OAuth2 - GET /api/conversations/{id} will result in a server error

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,775
Points
823

Reputation:

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:

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...
 
Status
Not open for further replies.
Top