action visagecloud_get_classification_attributes_from_profile_using_get { label: "Gets classification attributes from a profile" provider: visagecloud method: GET path: "/rest/v1.1/profile/classificationAttributes" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } profileId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "profileId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }