Step
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "step",
"attributes": {
"output": "URL with the step output",
"stepNumber": "Step Number Order",
"status": "Terraform Provider"
}
}
}Supported Operations
get
Returns an instance of type step
Path parameters
stepIdstringRequired
step Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get
/step/{stepId}200
Successful response
Was this helpful?