Accessing detections not grouped into features?

In the older version of Mapillary (with shape downloads etc.), it was possible to get a list of all detections for an area or an image, regardless of whether than detection had been assigned to a feature.

Is it still possible to get featureless “orphan” detections in the new API? When I call using the url:

f’https://graph.mapillary.com/{image_id}/detections?fields=value&access_token={mapil_access_token}

it seems to only return detections that have associated values.