find_path* Flags

find_path_by_entity_id, find_path_by_record_id

These are the control flags applicable to:

  • Python: find_path_by_entity_id, find_path_by_record_id
  • Java: findPathByEntityID, findPathByRecordID
  • sz_command: findPathByEntityID, findPathByRecordID
  • C/C++: Sz_findPathByEntityID, Sz_findPathByRecordID

find_path_by_entity_id, find_path_by_record_id methods use all of the flags available to getEntity*(), plus SZ_FIND_PATH_STRICT_AVOID and SZ_FIND_PATH_INCLUDE_MATCHING_INFO.

The default composite flag is SZ_FIND_PATH_DEFAULT_FLAGS.

SZ_FIND_PATH_DEFAULT_FLAGS

The output of SZ_FIND_PATH_DEFAULT_FLAGS is a composite of:

  • SZ_FIND_PATH_INCLUDE_MATCHING_INFO
  • SZ_ENTITY_INCLUDE_ENTITY_NAME
  • SZ_ENTITY_INCLUDE_RECORD_SUMMARY
Click to expand response JSON