Retrieve all rows from a table in Coda.
Application
Coda
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Doc ID | ID of the doc | Text (Short) | Yes | |
Table ID | The table to get the rows from | Text (Short) | Yes | |
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Query | Query used to filter returned rows, specified as
:
. If you'd like to use a column name instead of an ID, you must quote it (e.g., "My Column":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., "groceries") | Text (Long) | No | |
Raw data? | Whether to return the data exactly in the way it got received from the API | True/False | No | |
Sort by | Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending | Predefined Choice List | No | |
Use column names? | Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors | True/False | No | |
Value format | The format that cell values are returned as | Predefined Choice List | No | |
Visible only? | Whether to return only visible rows and columns for the table | True/False | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A