REST API: Test case Parameters

Methods


TypeVer.Command parameterParameters
Getters
GET4.0sp2+ getParameters
Example of success:

GET4.0sp2+ getParameterForm
Example of success:

GET4.0sp2+ getParameterDetails parameterId=<id>
parameterType=<parameterType>
Example of success:

POST4.0sp2+ getCombinationsOfParameterValues algorithm=<algorithm>
A list of parameters
(see getParameterDetails)
must be passed in the request's body
as multi-part.
Example of success:

Setters
POST4.0sp2+createParameter Content of the form with values
(see getParameterForm)
must be passed in the request's body
as multi-part.
Example of success:

POST4.0sp3+updateParameter parameterType=<<parameterType>

Content of the form with values
(see getParameterDetails)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.0sp2+ deleteParameters parameterType=<<parameterType>, <parameterType>, ...>

parameterIds=<id, id, ...>
Example of success: