We have camelCased properties, e.g. otherField. These properties will be included as expected in the response when not setting the properties parameter. The properties are also properly listed in the table on the collections site.
But with a URL query like &properties=field,otherField only the the property field will be within properties – otherField is missing.
We have camelCased properties, e.g.
otherField
. These properties will be included as expected in the response when not setting theproperties
parameter. The properties are also properly listed in the table on the collections site.But with a URL query like
&properties=field,otherField
only the the propertyfield
will be withinproperties
–otherField
is missing.