action opendatanetwork_find_all_available_data_for_some_entities { label: "Find all available data for some entities" description: "" provider: opendatanetwork method: GET path: "/data/v1/availability/" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } entity_id: { type: "string" } } required: ["entity_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }