{ "opencollection": "1.0.0", "info": { "name": "Coda Account Formulas API", "version": "1.5.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Formulas", "type": "folder" }, "items": [ { "info": { "name": "List formulas", "type": "http" }, "http": { "method": "GET", "url": "https://coda.io/apis/v1/docs/:docId/formulas", "params": [ { "name": "docId", "value": "AbCDeFGH", "type": "path", "description": "ID of the doc." }, { "name": "limit", "value": "10", "type": "query", "description": "Maximum number of results to return in this query." }, { "name": "pageToken", "value": "eyJsaW1pd", "type": "query", "description": "An opaque token used to fetch the next page of results." }, { "name": "sortBy", "value": "name", "type": "query", "description": "Determines how to sort the given objects." } ] }, "docs": "Returns a list of named formulas in a Coda doc." }, { "info": { "name": "Get a formula", "type": "http" }, "http": { "method": "GET", "url": "https://coda.io/apis/v1/docs/:docId/formulas/:formulaIdOrName", "params": [ { "name": "docId", "value": "AbCDeFGH", "type": "path", "description": "ID of the doc." }, { "name": "formulaIdOrName", "value": "f-fgHijkLm", "type": "path", "description": "ID or name of the formula. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it." } ] }, "docs": "Returns info on a formula." } ] } ], "bundled": true }