action slideroom_applicant_get_attributes_v2 { label: "Gets the custom attributes for an applicant." provider: slideroom method: GET path: "/api/v2/applicant/attributes" encoding: json input: { type: "object" properties: { commonAppYear: { type: "string" } email: { type: "string" } pool: { type: "string" } } required: ["email"] additionalProperties: false } output: { type: "object" additionalProperties: true } }