Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.

  • No labels