Opendatanetwork
OpenDataNetwork is a service for finding and accessing public open datasets.
- Base URL:
http://api.opendatanetwork.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
find_all_available_data_for_some_entities— GET /data/v1/availability/ — Find all available data for some entitiesget_constraint_permutations_for_entities— GET /data/v1/constraint/{variable} — Get constraint permutations for entitiescreate_a_map— GET /data/v1/map/new — Create a mapget_values_for_variables— GET /data/v1/values — Get values for variablesget_entities— GET /entity/v1 — Get Entitiesfind_the_relatives_of_an_entity— GET /entity/v1/{relation} — Find the relatives of an entity
Inputs
apiKey— your opendatanetwork 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: find_all_available_data_for_some_entities
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: find_all_available_data_for_some_entities, get_constraint_permutations_for_entities, create_a_map, get_values_for_variables, get_entities, find_the_relatives_of_an_entity |
relation |
string | no | — | Path parameter relation (required by some operations). |
variable |
string | no | — | Path parameter variable (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |