Method: KlaviyoAPI::FlowsApi#get_flow_id_for_flow_action
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_flow_id_for_flow_action(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_action_relationships_flow
Get Flow ID for Flow Action Get the flow associated with the given action ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`
900 901 902 903 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 900 def get_flow_id_for_flow_action(id, opts = {}) data, _status_code, _headers = get_flow_id_for_flow_action_with_http_info(id, opts) data end |