Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

records

Return table rows as dictionaries keyed by column name.

Reference

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]]'
records — Telion Python API 0.1.0 | Telion