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.
Links a Geotime Track with an Object, by ensuring that the Track has a "pointer" to its Object, and vice versa.
booleanRepresents a boolean value that restricts an endpoint to preview mode when set to true.
objectA request to link a Geotime Track to an Object
stringGlobally unique identifier for a Geotime Track. This is synonymous with a Gotham Identifier and contains information like SourceSystemId, CollectionId, SpecId and TrackId.
stringGlobally unique identifier for an Object Rid.
objectA successful response means that the Track has been linked to the Object.
1
2
3
4
5
curl -X POST \
\t-H "Content-type: application/json" \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/tracks/linkToObject?preview=true" \
-d '[{"trackRid":"ri.gotham.1-1.geotime-track.foo.bar.baz.track0","objectRid":"ri.gotham.1-1.object.someString"}]'