latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

Dataset Management

Search datasets

Search datasets with filtering and pagination options.

get/api/Dataset/search

Query parameters

filtersstring

Dictionary of field name to field value for filtering datasets

offsetinteger

Gets the offset for pagination.

limitinteger

Gets the limit for pagination.

Response

Returns matching datasets

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.