REST API: Gherkin Steps

Methods


TypeVer.Command parameterParameters
Getters
GET9+ getStatements (opt.) statementType=<statement type>
Example of success:

GET9+ getStatementForm
Example of success:

GET9+ getStatementDetails statementId=<id>
Example of success:

GET9+ getStatementDescription statementId=<id>
Example of success:

GET9+ getStatementHelp statementId=<id>
Example of success:

GET10+ getStatementTests statementId=<id>
Example of success:

Setters
POST9+createStatement statementType=<statement type>
statementDescription=<description>
statementHelp=<help>
Example of success:

POST9+updateStatement statementId=<id>
statementType=<statement type>
statementDescription=<description>
statementHelp=<help>
Example of success:

Example of failure:
POST9+deleteStatements statementIds=<id, id, ...>
Example of success:

Example of failure: