0

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:

screenshot of Postman showing an example request and the error response

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?

Sixten Otto
  • 14,816
  • 3
  • 48
  • 60
  • Could you add an example of the complete URL you are calling? It should be something of the type: `https://example.com/v1/objects?include=featureProjection` - is that what you have tried? – blurfus Apr 27 '23 at 05:09
  • Added screenshot. The full URL in this case is `http://localhost:7777/v1/objects?include=featureProjection&class=Session` – Sixten Otto Apr 27 '23 at 16:06
  • Looks like a bug in the REST API then... I cannot see anything incorrect in your call – blurfus Apr 27 '23 at 16:45

0 Answers0