Developer:ExperimentsResource

From myExperiment
Jump to: navigation, search

Index of experiments

Planned.


Create experiment

Planned.


Read experiment

URL: GET http://www.myexperiment.org/experiment.xml?id=20

Example output:

<?xml version="1.0" encoding="UTF-8"?>
<experiment uri="http://www.myexperiment.org/experiment.xml?id=20" resource="http://www.myexperiment.org/experiments/20">
  <id>20</id>
  <owner uri="http://www.myexperiment.org/user.xml?id=22" resource="http://www.myexperiment.org/users/22">Don Cruickshank</owner>
  <title>Don's unique tag experiment</title>
  <description><p>This is a test experiment where I will run the Unique Tags example workflow a few times.</p></description>
  <created-at>Fri Jul 25 15:09:08 +0100 2008</created-at>
</experiment>


Update experiment

Planned.


Delete experiment

Planned.


Elements for experiment

  • id - the id of the experiment
  • owner - the user who owns the experiment
  • title - the title of the experiment
  • description - a description of the experiment
  • jobs - the list of jobs that make up the experiment
  • created-at - the date/time the experiment was created
  • updated-at - the date/time the experiment was last modified