I am struggling extracting values from the followin
https://hlapservice0i/Web/api/Purchaselist/Creditor?
filter[logic]=and&
filter[filters][0][value]=John Doe &
filter[filters][0][field]=customFilter&
filter[filters][0][operator]=contains&
filter[filters][0][ignoreCase]=true
I'm trying to get that John Doe value stored in filter[filters][0][value]
It is a simple MVC controller.
Spliting string afterIndexOf('?') on'&'and then the resulting elements on'='to separate values from keys