latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Classification Rule

Find Classification Rules

Finds Classification Rules based on the provided criteria.

get/classificationRules

Query parameters

dataClassIdstring uuid

The ID of a Data Class.

offsetinteger

The index of the first result to retrieve.

If not set (offset = 0), results will be retrieved starting from row 0.

limitinteger

This is the maximum number of results that may be returned. Fewer may be returned than the value of <code>limit</code>.

Do not depend on the number of results being fewer than the <code>limit</code> value to indicate that your query reached the end of the list of data, use the absence of <code>after</code> (see Cursors) instead. For example, if you set <code>limit</code> to 10 and 9 results are returned, there may be more data available.

If not set, the default limit (limit = <code>25</code>) will be used. The maximum value for this parameter is <code>500</code>.

correlationIdstring uuid

Correlation ID used to relate logs occurring in distinct system components.

Response

Classification Rules successfully retrieved.