v1
latestOpenAPI 3.0.22026-07-174950145.6 KBManage Data References
Get a Data Reference
Gets a single Data Reference
get/references/{referenceId}
Path parameters
referenceIdstring uuid required
The unique identifier of the Data Reference.
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"
}