{ "opencollection": "1.0.0", "info": { "name": "Coda Account Miscellaneous API", "version": "1.5.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Miscellaneous", "type": "folder" }, "items": [ { "info": { "name": "Resolve browser link", "type": "http" }, "http": { "method": "GET", "url": "https://coda.io/apis/v1/resolveBrowserLink", "params": [ { "name": "url", "value": "https://coda.io/d/_dAbCDeFGH/Launch-Status_sumnO", "type": "query", "description": "The browser link to try to resolve." }, { "name": "degradeGracefully", "value": "true", "type": "query", "description": "By default, attempting to resolve the Coda URL of a deleted object will result in an error. If this flag is set, the next-available object, all the way up to the doc itself, will be resolved.\n" } ] }, "docs": "Given a browser link to a Coda object, attempts to find it and return metadata that can be used to get more info on it. Returns a 400 if the URL does not appear to be a Coda URL or a 404 if the resource cannot be located with the current credentials.\n" }, { "info": { "name": "Get mutation status", "type": "http" }, "http": { "method": "GET", "url": "https://coda.io/apis/v1/mutationStatus/:requestId", "params": [ { "name": "requestId", "value": "abc-123-def-456", "type": "path", "description": "ID of the request." } ] }, "docs": "Get the status for an asynchronous mutation to know whether or not it has been completed. Each API endpoint that mutates a document will return a request id that you can pass to this endpoint to check the completion status. Status information is not guaranteed to be available for more than one day after the mutation was completed. It is intended to be used shortly after the request was made.\n" } ] } ], "bundled": true }