---
title: "Query Data References"
method: GET
path: "/references"
tags: ["Manage Data References"]
---

# Query Data References

`GET /references`

Queries for Data References

## Query parameters

- `entityId` string, required
- `onlyStale` boolean
- `startVersion` integer
- `endVersion` integer
- `sourceSystem` string
- `targetSystem` string
- `contentType` string
- `objectType` string

## Response `200`

Data Reference list

- DataReference[]
  - `id` string, uuid — Unique identifier. If not provided, it will be generated automatically.
  - `entityId` string, required — HERE entity identifier (HRN format)
  - `isPatch` boolean, required — Indicates whether this reference represents a patch dataset
  - `startVersion` integer — Starting version of data (optional)
  - `endVersion` integer, required — Ending version of data
  - `objectType` string, required — Type of stored objects
  - `contentType` string, required — MIME type of stored content
  - `location` string, required — Storage location URI
  - `sourceSystem` string, required — Source system name
  - `targetSystem` string, required — Target system name

---

[API](https://skmtc.net/here/apis/here-xyz-hub.md) · [All operations](https://skmtc.net/here/apis/here-xyz-hub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/here-xyz-hub/revisions/1c6c6a2bcac9/schema)
