Workflow Logic Rules

Get a conditional logic rule

Returns a conditional logic rule by its ID.

get/workflows/{workflowId}/revisions/{revisionId}/logic-rules/{ruleId}

Path parameters

workflowIdstring required

The ID of the Workflow

revisionIdstring required

The ID of the Revision

ruleIdstring required

The ID of the Logic Rule

Response

Example response

{
  "data": {
    "links": [
      {
        "href": "https://api.process.st/api/v1.1/resource/XXX"
      }
    ]
  },
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.