get http://<host>:9100/api/versioned/v1/projects//recordPublishedClusterVersions
This endpoint accepts a list of newline separated unified dataset recored IDs. For example, the example above includes a records
file containing two IDs:
1359610766751619
2003960528305805
Response Fields
Returns newline separated JSON for each record specified in the input. Each JSON object describes the specified record ID and a list of every published cluster to which it has belonged in the history of the project.
Field | Description |
---|---|
id | The entity ID of the specified record. |
versions | A list of published clusters to which the record has belonged. These clusters can be identified by their persistent ID. |