Listing latest object versions
Introduction
This guide will walk you through the process of fetching the latest version IDs for a collection of geoscience objects from Evo.
Endpoint
This endpoint allows you to fetch the latest version IDs for a collection of geoscience objects. The request body must only contain a list of UUIDs of the objects to check.
List object versions
The request body must include a list of UUIDs of the geoscience objects for which you want to fetch the current version IDs.
Example request body:
Response
The response will include a list of JSON objects, each containing the UUID of a geoscience object and its latest version ID.
Example:
Summary
- Prepare a list of geoscience object UUIDs for which you want the current version IDs.
- Make a PATCH request to the
/objectsendpoint with the list of UUIDs in the request body. - The response will include a list of the latest version IDs for the requested geoscience objects.