Experiencing some odd behaviour in the Linkedin api hoping someone can help me with. I have this http request:
.start=1705312800000&q=criteria&organizationalEntity=urn%3Ali%3Aorganization%4B102101921&actions=List(COMMENT,SHARE_MENTION)
I am receiving "code": "QUERY_PARAM_NOT_ALLOWED" error on my requests and I can't understand what I am doing wrong. I am following this documentation and can only think the way I am creating the request is wrong or it expects the param to be named something else as the documentation says timeRange.start and timeRange.end are valid:
;tabs=http
Can someone point me to what I am doing wrong or point me to a working example as the Linkedin one is very difficult to get working.
Thanks in advance