GET workflow_rules/show
Available from CRM.COM R9.0.0
Deprecated from CRM.COM R18.0.0
This method returns information related with a Workflow Rule. A single Workflow Rule request is returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
workflow_rule_identifier (mandatory) | Webhook Request Identifier | The identifier of the workflow rule that should be returned as a result. The allowed workflow rule identifier fields are the following:
| ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the workflow rule |
name | String | The name of the workflow rule |
life_cycle_state | String | The life cycle state of the workflow rule which can be EFFECTIVE or NOT EFFECTIVE |
description | String | The description of the workflow rule |
processing_order | String | The Processing order of the workflow rule which can be ACTIONS THEN UPDATES, UPDATES THEN ACTIONS |
priority | String | The Workflow Rule's Priority which can be LOW, MEDIUM, HIGH |
entity | String | The name of the entity with which the workflow rule is related to. The supported entities are the following:
|
entity_types | Entity Type Object | The Entity Types which are applicable for the workflow rule |
log_information | Log Information Object | The log information related with the retrieved workflow rule |
Referred Objects Response Data