DataTable

Retrieve tests that use any of the provided data tables

Used to retrieve tests that use any of the provided data tables in a single request

post/dataTables/usedBy/batch

Query parameters

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Request body

data_table_idsstring[] required

Array of DataTable IDs to find used-by entities for

Response

Paginated results of tests that use any of the provided data tables

cursorstring

Cursor used for pagination

Changes