get_by_id method

get_by_id(id)

Returns the structured document tag by identifier.

def get_by_id(self, id: int):
    ...
ParameterTypeDescription
idintThe structured document tag identifier.

Remarks

Returns null if the structured document tag with the specified identifier cannot be found.

See Also