Hello everyone,
I was recently running into an issue using the withProperties parameter. It is possible to omit values by starting with a "-" which works for some calls.
Today I wanted to use it on {{basePath}}/portal/itshop/approve/requests?withProperties=-DisplayOrg but got hit with the Error "The value TableName was not found". Trying -PersonWantsOrg.DisplayOrg got me "Property not found: PersonWantsOrg.DisplayOrg".
Is there something I have to configure for this to work?
Thanks in advance