List Workflow Library Operators
GET {{baseUrl}}/workflow-library/operators
This lists the workflow operators available to you
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"sp:compare-boolean","name":"Compare Boolean Values","type":"OPERATOR","description":"Compare two boolean values and decide what happens based on the result.","isDynamicSchema":false,"deprecated":true,"deprecatedBy":"1998-04-14T22:41:35.032Z","isSimulationEnabled":true,"formFields":[{"description":"Enter the JSONPath to a value from the input to compare to Variable B.","helpText":"","label":"Variable A","name":"variableA.$","required":true,"type":"text"},{"helpText":"Select an operation.","label":"Operation","name":"operator","options":[{"label":"Equals","value":"BooleanEquals"}],"required":true,"type":"select"},{"description":"Enter the JSONPath to a value from the input to compare to Variable A.","helpText":"","label":"Variable B","name":"variableB.$","required":false,"type":"text"},{"description":"Enter True or False.","helpText":"","label":"Variable B","name":"variableB","required":false,"type":"text"}]},{"id":"sp:compare-boolean","name":"Compare Boolean Values","type":"OPERATOR","description":"Compare two boolean values and decide what happens based on the result.","isDynamicSchema":false,"deprecated":true,"deprecatedBy":"1963-11-23T13:22:54.101Z","isSimulationEnabled":false,"formFields":[{"description":"Enter the JSONPath to a value from the input to compare to Variable B.","helpText":"","label":"Variable A","name":"variableA.$","required":true,"type":"text"},{"helpText":"Select an operation.","label":"Operation","name":"operator","options":[{"label":"Equals","value":"BooleanEquals"}],"required":true,"type":"select"},{"description":"Enter the JSONPath to a value from the input to compare to Variable A.","helpText":"","label":"Variable B","name":"variableB.$","required":false,"type":"text"},{"description":"Enter True or False.","helpText":"","label":"Variable B","name":"variableB","required":false,"type":"text"}]}]