Skip to main content
All CollectionsWrk Action LibraryCoda
Retrieve all view rows from Coda
Retrieve all view rows from Coda
Wrk Product avatar
Written by Wrk Product
Updated over a week ago

Retrieve all view rows from 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

View 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

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

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

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

Did this answer your question?