Manage Data References
Create a Data Reference
Creates a Data Reference
post/references
Request body
Example request
{
"id": "308a8ebd-de83-42ac-a5ce-e83bf5c60def",
"entityId": "hrn:here:data::olp-here:CATALOG_ID:LAYER_ID",
"isPatch": true,
"startVersion": 123,
"endVersion": 134,
"objectType": "features",
"contentType": "application/geo+json-seq",
"location": "s3://bucket/prefix/to/files",
"sourceSystem": "IML",
"targetSystem": "S3"
}Response
A Data Reference
Example response
{
"id": "308a8ebd-de83-42ac-a5ce-e83bf5c60def",
"entityId": "hrn:here:data::olp-here:CATALOG_ID:LAYER_ID",
"isPatch": true,
"startVersion": 123,
"endVersion": 134,
"objectType": "features",
"contentType": "application/geo+json-seq",
"location": "s3://bucket/prefix/to/files",
"sourceSystem": "IML",
"targetSystem": "S3"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲