====== Scenario ====== ===== REST Operations ===== ==== GET ==== ^ URI ^ Parameter ^ Accept Types ^ Result ^ Status Codes ^ |/scenario |//optional parameter "delimiter" for// text/csv only, default value: ","| text/html | List of all scenarios of all packages that the user has permission to read. | 200 - OK| | ::: |::: | application/json |::: | 500 - Internal Server Error| | ::: |::: | text/plain |::: | :::| | ::: |::: | text/csv |::: | :::| |/package//scenario |//optional parameter "delimiter" for// text/csv only, default value: ","| text/html |List of all pathways of all the package given by the URI. | 200 - OK| | ::: |::: | application/json |::: | 401 - Unauthorized| | ::: |::: | text/plain |::: | 500 - Internal Server Error| | ::: |::: | text/csv |::: | :::| |package//scenario/ |//optional parameter "delimiter" for// text/csv only, default value: ","| text/html |The scenario identified by the URI. | 200 - OK| | ::: |::: | application/json |::: | 401 - Unauthorized| | ::: |::: | text/plain |::: | 500 - Internal Server Error| | ::: |::: | text/csv |::: | :::| ==== POST ==== ^ URI ^ Parameter ^ Accept Types ^ Result ^ Status Codes ^ |/scenario | | | Creates a new scenario in the selected/default package. The redirect points to the URI of the new scenario. | 300 - See Other| | /package//scenario |::: | ::: |::: | 500 - Internal Server Error| | /package//scenario/ |//studyname// | |Modify the scenario identified by the URI. | 200 - OK| | ::: |//collectionURI// | | | 401 - Unauthorized| | ::: |//studydescription// | | | 404 - Not Found| | ::: |//date// | | | 500 - Internal Server Error| | ::: |//scenarioName// | | | :::| | ::: |//setAsDefaultName// | | Modify the scenario identified by the URI. Set setAsDefaultName to "setAsDefaultName" to use the new alias as default name.| :::| | ::: |//scenarioDescription// | | | :::| | ::: |//scenarioDate// | | | :::| | ::: |//ppsObjects// | |Attach scenario to array of pathway/compound/reaction/rules URIs | :::| | ::: |//copy// | |Makes copy of scenario and redirects to new scenario | :::| | ::: |//aiUri// | |Delete meta-information specified by URI /package//scenario// | :::| | ::: |//type// | |Adds meta-information to the scenario. Possible values: waterstoragecapacity, omcontent, soilsource, temperature, humidity, spikeconcentration, spikecompound, bulkdens, biomass, rulelikelihood, redox, soiltexture2, soiltexture1, soilclassificationsystem, cec, reference, acidity| :::| | ::: |//// - the parameters for each information-type are given below (*)| ::: |:::| :::| === (*) Type parameters === waterstoragecapacity * wst * wstConditions omcontent: * omcontent * onDim soil source: * soilsourcedata temperature: * temperature humidity * expHumid spikeconcentration: * spikeCompSmiles * spikeComp bulkdens: * bulkdensity biomass: * biomassStart * biomassEnd rulelikelihood: * rulelikelihood redox: * redoxType soiltexture2: * sand * silt * clay soiltexture1: * soilTextureType soilclassificationsystem: * soilclassificationsystem cec: * cecdata reference: * reference * pmid acidity: * lowPh * highPh ==== DELETE ==== ^ URI ^ Parameter ^ Accept Types ^ Result ^ Status Codes ^ |/package//scenario/ |::: | ::: | Delete the pathway identified by the URI. | 303 - See Other| |::: |::: | ::: | ::: | 401 - Unauthorized| |::: |::: | ::: | ::: | 404 - Not Found| |::: |::: | ::: | ::: | 500 - Internal Server Error| ==== PUT ==== Not Implemented.