This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:map-read.
objectobjectThe render capability of the client. Renderables will be returned in the best possible format that's supported by the client.
list<Invocation>objectlist<Renderable>list<Sourcing>1
2
3
4
5
curl -X PUT \
\t-H "Content-type: application/json" \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/mapRendering/invocationObject/render?preview=true" \
-d '{"capabilities":{"supportedRenderableContent":["GEOMETRY"]},"invocations":[{"id":"InvocationOne","sourcingOnly":false,"objects":{"type":"objectSet","objectSetRid":"ri.object-set.main.versioned-object-set.51060b6a-42de-4a2c-8a03-cc5e80a1b610"},"renderer":{"type":"standard","get":{}}}]}'| Error Name | ||
|---|---|---|
Render | Error Code | PERMISSION_DENIED |
| Status Code | 403 | |
| Description | Could not render the InvocationObject. | |
| Parameters | | |
See Errors for a general overview of errors in the platform.