Not a bug API Get conversation from id : requested_conversation_not_found

Status
Not open for further replies.

MorganB

New member
Affected version
2.2.12
Hi,

I'm trying to use the service to retrieve information related to a discussion: https://xenforo.com/community/pages/api-endpoints/#route_get_conversations_id_ .
I use url : https://...my_site.../api/conversations/9093/ with GET request
But it tells me that the discussion is not found , while it is present in our databases .
JSON:
{
    "errors": [
        {
            "code": "requested_conversation_not_found",
            "message": "La conversation demandée n'a pu être trouvée.",
            "params": []
        }
    ]
}

Do you have an idea to solve this problem?
 
If you require support, you will need to link your forum user name with your license and post in the relevant forum.
 
Status
Not open for further replies.
Top Bottom