Gov Bcdc
Connector for the gov-bcdc API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://catalogue.data.gov.bc.ca/api/3 - Auth:
header:ckan_api_key(pass your key via theapiKeyinput)
Operations
get_action_organization_activity_list— GET /action/organization_activity_list — Get the activity stream of an organizationget_action_organization_activity_list_html— GET /action/organization_activity_list_html — Get the activity stream of an organization, HTML formatget_action_organization_autocomplete— GET /action/organization_autocomplete — Get names of organizations that match a query stringget_action_organization_follower_count— GET /action/organization_follower_count — Get number of followers of an organizationget_action_organization_follower_list— GET /action/organization_follower_list — Get users following an organizationget_action_organization_list— GET /action/organization_list — Get names of all organizations
Inputs
apiKey— your gov-bcdc API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_action_organization_activity_list
apiKey: <your key>