making API call at following location to delete a comment is returning 500 error code. please suggest what would be the possible reason.
api.ashx/v2/comments/e49658a0-793e-41a0-8c2a-18a36c48f867.json
making API call at following location to delete a comment is returning 500 error code. please suggest what would be the possible reason.
api.ashx/v2/comments/e49658a0-793e-41a0-8c2a-18a36c48f867.json
Do you have any exceptions logged in the Exception Report that relate to this API call ( https://community.telligent.com/community/8/w/user-documentation/47376/exceptions-report-page )? If so, can you post the details of the exception here?
Hi Ben
i checked the exception log but no error there. when i checked the response at fiddler i found that following request is returning 500 error code
api.ashx/v2/comments/e49658a0-793e-41a0-8c2a-18a36c48f867.json
where as same API call for other comment for badge is returning 200 response and deleting the comment successfully.
Did the 500 response include an error message in its body?
can you please validate this statement and let me know if i am doing wrong
community2.dynamics-int.com/.../e49658a0-793e-41a0-8c2a-18a36c48f867.json
Hi Ben
This request returns
community2.dynamics-int.com/.../e49658a0-793e-41a0-8c2a-18a36c48f867.json
response
500
{"Info":[],"Warnings":[],"Errors":["Post Not Found"]}
That could mean that the comment ID couldn't be found or the content associated to the comment is inaccessible by the user the requests is made as.
That could mean that the comment ID couldn't be found or the content associated to the comment is inaccessible by the user the requests is made as.