Hi!
I’ve been trying out the Behavioural Cohorts API but I’m having trouble using the propKeys parameter to limit the user properties returned when downloading a cohort.
I could be missing something obvious, but there are multiple standards out there for supplying arrays as querystring parameters and I’ve tried out a few:
- ?props=1&propKeys=property_1&propKeys=property_2
- ?props=1&propKeys[]=property_1&propKeys[]=property_2
- ?props=1&propKeys=[property_1,property_2]
Can anyone clarify the expected format? So far I’ve always had all user properties present in the downloaded data.
An example on the documentation page or in the Postman collection would be great!