C
cdip
Guest
Hi,
I'm trying to use the service to retrieve information related to a discussion: REST API endpoints (2.2) .
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:
Read more
Continue reading...
I'm trying to use the service to retrieve information related to a discussion: REST API endpoints (2.2) .
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:
Code:
{
"errors": [
{
"code": "requested_conversation_not_found",
"message": "La conversation demandée n'a pu être trouvée."...
Read more
Continue reading...