G2Engine How

How

howEntityByEntityID

howEntityByEntityID() determines and details steps-by-step how records resolved to an ENTITY_ID.

In most cases how provides more detailed information than why as the resolution is detailed step-by-step.

Parameters
  • entity_id: (int) The entity ID for the entity to be analyzed.
  • response_bytearray: (bytearray) Object to store the output of the method.
  • g2_engine_flags: (int [optional]) One or more flags used to determine response document content. Applicable flags are listed here howEntityByEntityID flags)
Click to expand howEntityByEntityID() example