action opendatanetwork_get_entities { label: "Get Entities" description: "" provider: opendatanetwork method: GET path: "/entity/v1" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } entity_id: { type: "string" } entity_name: { type: "string" } entity_type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }