Hi Everyone,
I can't find how to use user input control variables in my linkedin V2 api query.
I need this to set a timeframe (ex. collect all the linkedin posts between {props.startdate1} & {props.enddate1}. I tried several options (such as next example):
https://api.linkedin.com/v2/ugcPosts?q=authors&authors=List({hash.append("urn:li:organization:27237").encodeURL().printDigest();}) &timeIntervals.timeRange.start={props.StartDatum1}&timeIntervals.timeRange.end={props.EindDatum1}
However, this doesn't seem to work and I can't find any documentation on this.
Thank you in advance,