action ato_get_classifications_genders { label: "Retrieve a list of genders" provider: ato method: GET path: "/classifications/genders" encoding: json output: { type: "array" items: { type: "object" description: "The Gender resource." properties: { gender: { type: "string" description: "The gender." } id: { description: "The resource's unique identifier." type: "object" } } } } }