/rest-service/reviews-v1/{id}/reviewitems/{riId}/comments
GET
/rest-service/reviews-v1/{id}/reviewitems/{riId}/comments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://crucible.local/context//rest-service/reviews-v1//reviewitems//comments'
Response Response Example
{}
Request
Path Params
id
string
required
riId
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