Skip to content

flywheel.api.uids_api

UidsApi

Bases: object

check_uids_exist(body, **kwargs)

Check for existence of UIDs system-wide

Check if any of the given list of UIDs exist in the system. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
body union[UidCheckInputSessions, UidCheckInputAcquisitions]
required
async_ (bool, optional)

Perform the request asynchronously

required

check_uids_exist_with_http_info(body, **kwargs)

Check for existence of UIDs system-wide

Check if any of the given list of UIDs exist in the system. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
body union[UidCheckInputSessions, UidCheckInputAcquisitions]
required
async_ (bool, optional)

Perform the request asynchronously

required