no error is thrown and results are returned from the API. All the returned results contain approximateNumOfPeople=0 so I assume a default value is being picked up.
Other than not throwin an error, this is returning invalid results.
Re: REST API - Filetring not working as expected for invalid data types.
You shouldn’t rely on server-side datatype validation; it’s merely a convenience that certain core fields are validated. Instead, download the schema and validate locally.
Re: REST API - Filetring not working as expected for invalid data types.
You shouldn’t rely on server-side datatype validation; it’s merely a convenience that certain core fields are validated. Instead, download the schema and validate locally.