Tasks

post

Creates a new resource with data.

Body
namestringRequired
project_idstringRequired
parent_idany ofOptional
stringOptional
or
nullOptional
priorityany ofRequired
stringOptional
or
nullOptional
assignee_idstringOptional
Responses
post
/experiments
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
/experiments
get

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

Path parameters
idintegerRequired

ID of Experiment to return

Responses
200

success

application/json
get
/experiments/{id}
patch

Updates the resource identified by id using data.

Path parameters
idintegerRequired

ID of Experiment to update

Body
namestringRequired
priorityany ofRequired
stringOptional
or
nullOptional
start_dateany ofRequired
stringOptional
or
nullOptional
due_dateany ofRequired
stringOptional
or
nullOptional
assignee_idstringOptional
Responses
200

success

application/json
patch
/experiments/{id}
delete

Removes the resource with id.

Path parameters
idintegerRequired

ID of Experiment to remove

Responses
200

success

application/json
delete
/experiments/{id}

Last updated