Parameter in $filter

Hello Wagner,

I have this service function and would like to pass a URL as a parameter.
How do I do that? A call via "encodeURIComponent" does not work, although everything is transferred in accordance with the URL.

http://localhost:6080/sopha/auth/Environment?$filter=URL%20eq%20http%3A%2F%2Flocalhost%3A3000%2Fapp%2FKunde.html

Parameter = "URL eq http://localhost:3000/app/Kunde.html"

Thomas

The error message:

{
    "error": {
        "code": "QueryInvalidCharError",
        "message": "Invalid char \":\" at position 12"
    }
}

Sorry, my mistake.
I forgot to quote the string.
Sorry.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.