Retrieve Replies for a Comment by IDget https://{hostname}/api/talk/content/v1/posts/{postId}/comments/{commentId}/commentsPath ParamspostIdstringrequiredcommentIdstringrequiredQuery Paramsindexinteger≥ 0countinteger1 to 100Defaults to 20sortstringenum-createdDateTimecreatedDateTime-createdDateTimeupdatedDateTime-updatedDateTimeAllowed:createdDateTime-createdDateTimeupdatedDateTime-updatedDateTimeHeadersAuthorizationstringrequiredx-correlation-idstringacceptstringenumDefaults to application/jsonapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successfully retrieved replies for the comment. 400The HTTP status code 400 Bad Request error, thrown when required parameters are not passed. 401The HTTP status code 401 Unauthorized error, thrown when the user is not authorized to access the resource. 403The HTTP status code 403 Forbidden error, thrown when the user is not authorized to access the resource. 404The HTTP status code 404 Not Found error, thrown when the comment does not exist. 405The HTTP status code 405 Method Not Allowed error, thrown when you attempt to call a URI with an unsupported HTTP method. 429The HTTP status code 429 Too Many Requests error, thrown when the user exceeds the allowed rate limit for the API. 500The HTTP status code 500 Internal Server error, thrown when the server is not able to process the request.Updated 16 days ago