Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

records

Return table rows as dictionaries keyed by column name.

Reference contract

FieldValueDescription
symboltelion_api.Table.records
signature(self) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Return table rows as dictionaries keyed by column name.

Contract

PropertyValue
symboltelion_api.Table.records
signature(self) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Signature

telion_api.Table.records(self) -> 'list[dict[str, Any]]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Table.records
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Table.records