action visagecloud_presence_total_using_post { label: "Show presence (based on number of occurences of each face) breakdown per declared attribute (age, gender)" provider: visagecloud method: POST path: "/rest/v1.1/analytics/presence/total" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } attributes: { type: "string" } endDateTime: { type: "string" } secretKey: { type: "string" } startDateTime: { type: "string" } streamIds: { type: "string" } } required: ["accessKey", "attributes", "secretKey", "streamIds"] additionalProperties: false } output: { type: "object" additionalProperties: true } }