latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Data contract

List data contracts

Retrieves a paginated list of data contract metadata, sorted by the last modified date in descending order. Filtering options are available via query parameters.

get/dataContracts

Query parameters

cursorstring

The cursor pointing to the first resource to be included in the response. This cursor cannot be created and must have been extracted from a response returned by a previous API call. If this parameter is missing, the API will return the resources starting from the first resource available (index=0).

limitinteger

The maximum number of resources to retrieve. If not set, the default limit (limit = <code>100</code>) will be used. The maximum value for this parameter is <code>500</code>.

includeTotalboolean

Should results include the total number of resources available in this collection.

manifestIdstring string

The unique identifier of the Data Contract manifest.

domainIdstring uuid

The unique identifier (UUID) of the domain to filter data contracts.

Response

Returns a paginated list of data contract metadata.

totalinteger

Count of resources available in this collection (based on the parameters provided to the API)

nextCursorstring required

The cursor pointing to the next page. If the cursor is missing, there are no additional pages of resources available after the current one.

limitinteger required

Maximum number of items returned in this response.