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)
![](https://uploads-us-west-2.insided.com/guidecx-en/attachment/97c61738-32f5-4482-b356-5c499d460a39.png)
Screenshot after applying filter propsnresponsibility] = CUSTOMER:
(No data is found)
![](https://uploads-us-west-2.insided.com/guidecx-en/attachment/37886a95-6681-4e9e-bcf5-b943d0ed3cfc.png)
Would much appreciate any insights into this, thanks! :)