action mist_get_org_application_list { label: "getOrgApplicationList" description: "Get Application List" provider: mist method: GET path: "/api/v1/orgs/{org_id}/wxtags/apps" encoding: json output: { type: "object" additionalProperties: true } }