Asked by Pieter C on Oct 14, 2024
Pieter C reported that a GET request for a deal specifying 25 properties in the `properties` query parameter was only returning 13 properties.
Answered by Pieter C
The issue was resolved by correctly formatting the `properties` query parameter. Instead of passing a list/array structure, the properties should be passed as a comma-separated string.