Step Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/StepTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a step type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/StepTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a step type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/StepTypes?filter={filter}&maintenanceMode={maintenanceMode} Get all step types. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/StepTypes?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all step types. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/StepTypes/Summary Get a summary representation of all step types.
GET Method: GetSummaries, URL: ReferenceData/StepTypes/Summary Test

Get a summary representation of all step types.

Create ReferenceData/StepTypes Create a new step type.
POST Method: Create, URL: ReferenceData/StepTypes Test

Create a new step type.

Update ReferenceData/StepTypes/{id} Update an existing step type.
PUT Method: Update, URL: ReferenceData/StepTypes/{id} Test

Update an existing step type.

Delete ReferenceData/StepTypes/{id} Delete an existing step type.
DELETE Method: Delete, URL: ReferenceData/StepTypes/{id} Test

Delete an existing step type.