The documentation suggests in at least one place that the REST API should be able to return the projected vector information:
Allowed values [for the
include
parameter] include:classification
,vector
,featureProjection
and other module-specific additional properties.
However, if I call the API with include=featureProjection
, I get a 400 response that says, "unrecognized property 'featureProjection' in ?include list". (I've also tried _featureProjection
and feature-projection
, just in case.)
EDIT: Here's a screenshot of the request and response in Postman:
Calling the GraphQL Get endpoint does return this information as advertised, so I don't think that the issue is a module that I need to enable, but maybe so?