/rest-service/reviews-v1/{id}/comments
GET
/rest-service/reviews-v1/{id}/comments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://crucible.local/context//rest-service/reviews-v1//comments'
Response Response Example
{}
Request
Path Params
id
string
required
Query Params
render
string
optional
indicate whether to render the wiki text in the returned comments. If set to "true", the comments will contain a
element containing the wiki rendered html.
Responses
Modified at 2022-09-10 20:23:25