action visagecloud_get_all_collection_profiles_using_get { label: "Gets all the profiles associated to a collection" provider: visagecloud method: GET path: "/rest/v1.1/collection/{id}/profile" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } id: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }