latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

Dataset Management

Get the version history for a dataset.

Returns the version history for a dataset, ordered by version number descending. Supports pagination and search.

get/api/Dataset/{datasetId}/history

Path parameters

datasetIdstring required

The unique identifier of the dataset

Query parameters

offsetinteger

Gets the offset for pagination.

limitinteger

Gets the limit for pagination.

searchstring

Optional search text to filter versions by change description

Response

OK

offsetinteger

The offset from the first item in the results. For example, 20 indicates that this batch of results starts with the 21st result.

limitinteger

The number of items the request limited the search to. The number of returned items can be less than the limit if not enough items exist or match the filter criteria.

pageNumberinteger

The number for this page of the results, starting at 1.

totalPagesinteger

The total number of pages in the results.

totalRecordsinteger

The total number of records in the results.

absoluteTotalRecordsinteger

The absolute total number of records available (unfiltered). This represents the total count without any search or filter applied.

hasPreviousPageboolean

Whether there is a previous page of results.

hasNextPageboolean

Whether there is a next page of results.