Method: KlaviyoAPI::FlowsApi#get_action_ids_for_flow

Defined in:
lib/klaviyo-api-sdk/api/flows_api.rb

#get_action_ids_for_flow(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_relationships_flow_actions, get_flow_relationships_actions

Get Action IDs for Flow Get all [relationships](developers.klaviyo.com/en/reference/api_overview#relationships) for flow actions associated with the given flow ID. Returns a maximum of 100 flows per request, which can be paginated with cursor-based pagination.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`

Parameters:

  • id (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


322
323
324
325
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 322

def get_action_ids_for_flow(id, opts = {})
  data, _status_code, _headers = get_action_ids_for_flow_with_http_info(id, opts)
  data
end