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.
Resolves two or more objects together.
list<ObjectPrimaryKey>
The primary key of the other objects to resolve.
string
The primary key/unique identifier of an object, useful for interacting with Gotham APIs to load and mutate objects.
boolean
Represents a boolean value that restricts an endpoint to preview mode when set to true.
1
2
3
curl -X PUT \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/objects/ri.gotham.111111-0.object-internal.111111/resolution?resolvedObjectPrimaryKeys=ri.gotham.111111-0.object-internal.222222&preview=true"
1
ri.gotham.111111-0.object-internal.111111