Comments
post
Creates a new resource with data.
Body
body_textstringRequired
experiment_idstringOptional
project_idstringOptional
Responses
201
created
application/json
401
not authenticated
500
general error
post
/commentsget
Retrieves a list of all resources from the service.
Query parameters
$limitintegerOptional
Number of results to return
$skipintegerOptional
Number of results to skip
Responses
200
success
application/json
401
not authenticated
500
general error
get
/commentsget
Retrieves a single resource with the given id from the service.
Path parameters
idintegerRequired
ID of Comment to return
Responses
200
success
application/json
401
not authenticated
404
not found
500
general error
get
/comments/{id}Last updated