Parameters are being used but filtering does not seem to be working
Ensure "ParameterType.RequestBody" is being used for parameters, otherwise they are most likely being send as querystring values.
After including an ID of 4 I get Error converting value 4 to type 'System.Int32[]'
The parameter might be expecting an array instead of a single integer, try converting the integer to an array.
Is there an API that gives us the local time we are connecting to?
This is available in our location endpoint:
api/v2/location/physicallocation/{id}
This has the locations of each shelter, and then a UtcOffset property you can use to find the UTC Time zone.
Why do I receive a credentials don't match a valid user when authenticating?
This can sometimes happen when the username and password is not URL encoded.