← Tools Reference

Klipfolio

Klipfolio integration (Data, Productivity). Imported from open-connector.

API key8 toolshttps://api.klipfolio.com/api/1.0
GET
klipfolio_list_clients
List Klipfolio client assets visible to the current API key.

/clients

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based item offset to start listing from.
limitintegeroptionalThe maximum number of assets to return.
GET
klipfolio_get_client
Get a Klipfolio client asset by ID.

/clients

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe Klipfolio client ID.
GET
klipfolio_list_dashboards
List Klipfolio dashboard assets visible to the current API key.

/dashboards

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based item offset to start listing from.
limitintegeroptionalThe maximum number of assets to return.
GET
klipfolio_get_dashboard
Get a Klipfolio dashboard asset by ID.

/dashboards

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe Klipfolio dashboard ID.
GET
klipfolio_list_klips
List Klipfolio Klip assets visible to the current API key.

/klips

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based item offset to start listing from.
limitintegeroptionalThe maximum number of assets to return.
GET
klipfolio_get_klip
Get a Klipfolio Klip asset by ID.

/klips

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe Klipfolio Klip ID.
GET
klipfolio_list_data_sources
List Klipfolio data source assets visible to the current API key.

/datasources

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based item offset to start listing from.
limitintegeroptionalThe maximum number of assets to return.
GET
klipfolio_get_data_source
Get a Klipfolio data source asset by ID.

/datasources

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe Klipfolio data source ID.