Comments

post

Creates a new resource with data.

Body
body_textstringRequired
experiment_idstringOptional
project_idstringOptional
Responses
post
/comments
get

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
get
/comments
get

Retrieves a single resource with the given id from the service.

Path parameters
idintegerRequired

ID of Comment to return

Responses
200

success

application/json
get
/comments/{id}

Last updated