Try to build Rest APi with a filter

Hallo All ,

Just playing today with google cloud application integrator. (That you understand my knowledge level :slightly_smiling_face: )

Facing following issue .
Via Postman :

https://us2.api.concursolutions.com/profile/identity/v4/Users?filter=employeeNumber eq “00454974”

Everything works fine . As response I got exactly this record .

When I try to implement this in Google cloud application via Rest Endpoint

Endpoint base Url : https://us2.api.concursolutions.com/profile/identity/v4/Users
Query string key : filter=employeeNumber eq “00454974”

It just ignores the filter and provides the very first record …
What is my error ? What do I need to change that the API returns this specific record.

I reduced to the minimum to isolate my error .

Appreciate your help .

Found the solution

So :
Endpoint base Url : https://us2.api.concursolutions.com/profile/identity/v4/Users
Query string key : filter

Value : employeeNumber eq “00454974”