Hi everyone!
I’m working on GuideCX API integration.
While testing the API with Postman I noticed that passing in the query propspproperty]=value isn’t working properly.
I want to filter tasks by responsibility field containing “CUSTOMER” value.
Just like documentation requires, I added include=properties in the query string.
Link to the documentation: https://api.guidecx.com/api/v2/docs#get-/tasks
Screenshot of tasks data without filtering by propsgresponsibility]=CUSTOMER:
(property responsibility = “CUSTOMER” is clearly here)
Screenshot after applying filter propsnresponsibility] = CUSTOMER:
(No data is found)
Would much appreciate any insights into this, thanks! :)