FileUpload

Retrieve tests and flows that use any of the provided file uploads

Used to retrieve tests and flows that use any of the provided file uploads in a single request

post/files/fileUpload/usedBy/batch

Query parameters

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Request body

file_upload_idsstring[] required

Array of file upload IDs to find used-by entities for

Response

Paginated results of tests and flows that use any of the provided file uploads

cursorstring

Cursor used for pagination

Changes