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