latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

OOTB Data Class

Find Out-Of-The-Box Data Classes

Returns Out-of-the-box Data Classes with their import status.

get/ootbDataClasses

Query parameters

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>.

Response

OOTB Data Class retrieved successfully