action mist_get_org_aptemplates { label: "getOrgAptemplates" description: "Get AP Templates" provider: mist method: GET path: "/api/v1/orgs/{org_id}/aptemplates" encoding: json output: { type: "object" additionalProperties: true } }