action opendatanetwork_get_constraint_permutations_for_entities { label: "Get constraint permutations for entities" description: "" provider: opendatanetwork method: GET path: "/data/v1/constraint/{variable}" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } constraint: { type: "string" } entity_id: { type: "string" } variable: { type: "string" } } required: ["constraint", "entity_id", "variable"] additionalProperties: false } output: { type: "object" additionalProperties: true } }