# Coda ## API Docs - Permissions [Get sharing metadata](https://vtkif55zw9.apifox.cn/api-157407452.md): Returns metadata associated with sharing for this Coda doc. - Permissions [Delete permission](https://vtkif55zw9.apifox.cn/api-157407453.md): Deletes an existing permission. - Permissions [Search principals](https://vtkif55zw9.apifox.cn/api-157407454.md): Searches for user and group principals matching the query that this doc can be shared with. - Permissions [Get ACL settings](https://vtkif55zw9.apifox.cn/api-157407455.md): Returns settings associated with ACLs for this Coda doc. - Permissions [Update ACL settings](https://vtkif55zw9.apifox.cn/api-157407456.md): Update settings associated with ACLs for this Coda doc. - Permissions [List permissions](https://vtkif55zw9.apifox.cn/api-157407457.md): Returns a list of permissions for this Coda doc. - Permissions [Add permission](https://vtkif55zw9.apifox.cn/api-157407458.md): Adds a new permission to the doc. - Pages [Content export status](https://vtkif55zw9.apifox.cn/api-157407459.md): Check the status of a page content export - Pages [List pages](https://vtkif55zw9.apifox.cn/api-157407460.md): Returns a list of pages in a Coda doc. - Pages [Create a page](https://vtkif55zw9.apifox.cn/api-157407461.md): Create a new page in a doc. Note that creating a page requires you to be a Doc Maker in the applicable workspace. - Pages [Begin content export](https://vtkif55zw9.apifox.cn/api-157407462.md): Initiate an export of content for the given page. - Pages [Get a page](https://vtkif55zw9.apifox.cn/api-157407463.md): Returns details about a page. - Pages [Delete a page](https://vtkif55zw9.apifox.cn/api-157407464.md): Deletes the specified page. - Pages [Update a page](https://vtkif55zw9.apifox.cn/api-157407465.md): Update properties for a page. Note that updating a page title or icon requires you to be a Doc Maker in the applicable workspace. - Tables [List tables](https://vtkif55zw9.apifox.cn/api-157407466.md): Returns a list of tables in a Coda doc. - Tables [Get a table](https://vtkif55zw9.apifox.cn/api-157407467.md): Returns details about a specific table or view. - Columns [List columns](https://vtkif55zw9.apifox.cn/api-157407468.md): Returns a list of columns in a table. - Columns [Get a column](https://vtkif55zw9.apifox.cn/api-157407469.md): Returns details about a column in a table. - Rows [Push a button](https://vtkif55zw9.apifox.cn/api-157407470.md): Pushes a button on a row in a table. - Rows [List table rows](https://vtkif55zw9.apifox.cn/api-157407471.md): Returns a list of rows in a table. - Rows [Insert/upsert rows](https://vtkif55zw9.apifox.cn/api-157407472.md): Inserts rows into a table, optionally updating existing rows if any upsert key columns are provided. This endpoint will always return a 202, so long as the doc and table exist and are accessible (and the update is structurally valid). Row inserts/upserts are generally processed within several seconds. Note: this endpoint only works for base tables, not views. - Rows [Delete multiple rows](https://vtkif55zw9.apifox.cn/api-157407473.md): Deletes the specified rows from the table or view. This endpoint will always return a 202. Row deletions are generally processed within several seconds. - Rows [Get a row](https://vtkif55zw9.apifox.cn/api-157407474.md): Returns details about a row in a table. - Rows [Delete row](https://vtkif55zw9.apifox.cn/api-157407475.md): Deletes the specified row from the table or view. This endpoint will always return a 202, so long as the row exists and is accessible (and the update is structurally valid). Row deletions are generally processed within several seconds. When deleting using a name as opposed to an ID, an arbitrary row will be removed. - Rows [Update row](https://vtkif55zw9.apifox.cn/api-157407476.md): Updates the specified row in the table. This endpoint will always return a 202, so long as the row exists and is accessible (and the update is structurally valid). Row updates are generally processed within several seconds. When updating using a name as opposed to an ID, an arbitrary row will be affected. - Formulas [List formulas](https://vtkif55zw9.apifox.cn/api-157407477.md): Returns a list of named formulas in a Coda doc. - Formulas [Get a formula](https://vtkif55zw9.apifox.cn/api-157407478.md): Returns info on a formula. - Controls [List controls](https://vtkif55zw9.apifox.cn/api-157407479.md): Returns a list of controls in a Coda doc. - Controls [Get a control](https://vtkif55zw9.apifox.cn/api-157407480.md): Returns info on a control. - CustomDocDomains [List custom doc domains](https://vtkif55zw9.apifox.cn/api-157407481.md): List all custom domains for a published doc. - CustomDocDomains [Add custom domain](https://vtkif55zw9.apifox.cn/api-157407482.md): Add a custom domain to a published doc. - CustomDocDomains [Deletes a custom domain](https://vtkif55zw9.apifox.cn/api-157407483.md): Deletes a custom domain from a published doc. - CustomDocDomains [Updates a custom domain](https://vtkif55zw9.apifox.cn/api-157407484.md): Updates properties of a document's custom domain. - CustomDocDomains [Gets custom doc domains providers](https://vtkif55zw9.apifox.cn/api-157407485.md): Gets the provider (ie. GoDaddy) of a custom domain. - Miscellaneous [Resolve browser link](https://vtkif55zw9.apifox.cn/api-157407486.md): 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. - Miscellaneous [Get mutation status](https://vtkif55zw9.apifox.cn/api-157407487.md): 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. - Automations [Trigger automation](https://vtkif55zw9.apifox.cn/api-157407488.md): Triggers webhook-invoked automation - Analytics [List doc analytics](https://vtkif55zw9.apifox.cn/api-157407489.md): Returns analytics data for available docs per day. - Analytics [List page analytics](https://vtkif55zw9.apifox.cn/api-157407490.md): Returns analytics data for a given doc within the day. - Analytics [Get doc analytics summary](https://vtkif55zw9.apifox.cn/api-157407491.md): Returns summarized analytics data for available docs. - Analytics [List Pack analytics](https://vtkif55zw9.apifox.cn/api-157407492.md): Returns analytics data for Packs the user can edit. - Analytics [Get Pack analytics summary](https://vtkif55zw9.apifox.cn/api-157407493.md): Returns summarized analytics data for Packs the user can edit. - Analytics [Get analytics last updated day](https://vtkif55zw9.apifox.cn/api-157407494.md): Returns days based on Pacific Standard Time when analytics were last updated. - Analytics [List Pack formula analytics](https://vtkif55zw9.apifox.cn/api-157407495.md): Returns analytics data for Pack formulas. - Workspaces [List workspace users](https://vtkif55zw9.apifox.cn/api-157407496.md): Returns a list of members in the given workspace. This list will be ordered with the requesting user first and then ordered by role. - Workspaces [List workspace roles](https://vtkif55zw9.apifox.cn/api-157407497.md): Returns a list of the counts of users over time by role for the workspace. - Workspaces [Updates user role](https://vtkif55zw9.apifox.cn/api-157407498.md): Updates the workspace user role of a user that matches the parameters. Only succeeds if the requesting user has admin permissions in the workspace. - Packs [List Packs](https://vtkif55zw9.apifox.cn/api-157407499.md): Get the list of accessible Packs. - Packs [Create Pack](https://vtkif55zw9.apifox.cn/api-157407500.md): Creates a new Pack, essentially registering a new Pack ID. The contents of the Pack will be uploaded separately. - Packs [Gets the JSON Schema for Pack configuration.](https://vtkif55zw9.apifox.cn/api-157407501.md): Returns a JSON Schema applicable for customizing the pack using Pack configurations. - Packs [List the versions for a Pack.](https://vtkif55zw9.apifox.cn/api-157407502.md): Get the list of versions of a Pack. - Packs [Get the next valid version for a Pack.](https://vtkif55zw9.apifox.cn/api-157407503.md): Get the next valid version based on the proposed metadata. - Packs [Get the difference between two pack versions.](https://vtkif55zw9.apifox.cn/api-157407504.md): Gets information about the difference between the specified previous version and next version of a Pack. - Packs [Register Pack version](https://vtkif55zw9.apifox.cn/api-157407505.md): Registers a new Pack version. This simply returns a signed URL to use for uploading the Pack version definition. Following the completion of the upload, POST to /apis/v1/packs/{packId}/versions/{packVersion} trigger the rest of the creation process. - Packs [Pack version upload complete](https://vtkif55zw9.apifox.cn/api-157407506.md): Note the completion of the upload of a Pack version bundle in order to create that Pack version. - Packs [Create a new Pack release.](https://vtkif55zw9.apifox.cn/api-157407507.md): Creates a new Pack release based on an existing Pack version. - Packs [List the releases for a Pack.](https://vtkif55zw9.apifox.cn/api-157407508.md): Get the list of releases of a Pack. - Packs [Update an existing Pack release.](https://vtkif55zw9.apifox.cn/api-157407509.md): Update details of a Pack release. - Packs [Set the OAuth configurations of the Pack.](https://vtkif55zw9.apifox.cn/api-157407510.md): Set the OAuth configurations of the Pack, including client id and secret. - Packs [Retrieve the OAuth configuration of the Pack.](https://vtkif55zw9.apifox.cn/api-157407511.md): Retrieve the OAuth configuration of the Pack for display purpose. Secrets will be returned with masks. - Packs [List permissions for a Pack](https://vtkif55zw9.apifox.cn/api-157407512.md): Get user, workspace, and/or global permissions for a given Pack. - Packs [Add a permission for Pack](https://vtkif55zw9.apifox.cn/api-157407513.md): Create or modify user, workspace, or global permissions for a given Pack. - Packs [Delete a permission for Pack](https://vtkif55zw9.apifox.cn/api-157407514.md): Delete user, workspace, or global permissions for a given Pack. - Packs [List makers for Pack](https://vtkif55zw9.apifox.cn/api-157407515.md): List makers for a given pack. - Packs [Add a maker for Pack](https://vtkif55zw9.apifox.cn/api-157407516.md): Set a maker for a given Pack. Used to display makers for a pack in the corresponding packs page. - Packs [Delete a maker for Pack](https://vtkif55zw9.apifox.cn/api-157407517.md): Delete a maker for a given Pack, who will not be displayed in the corresponding packs page. - Packs [List categories for Pack](https://vtkif55zw9.apifox.cn/api-157407518.md): List publishing categories for a given pack. - Packs [Add a category for Pack](https://vtkif55zw9.apifox.cn/api-157407519.md): Add a publishing category for a given pack. - Packs [Delete a category for Pack](https://vtkif55zw9.apifox.cn/api-157407520.md): Delete a publishing category for a given pack. - Packs [Upload a Pack asset.](https://vtkif55zw9.apifox.cn/api-157407521.md): Request a signed s3 URL to upload your Pack asset. - Packs [Upload Pack source code.](https://vtkif55zw9.apifox.cn/api-157407522.md): Request a signed s3 URL to upload your Pack source code. - Packs [Pack asset upload complete](https://vtkif55zw9.apifox.cn/api-157407523.md): Note the completion of the upload of a Pack asset. - Packs [Pack source code upload complete](https://vtkif55zw9.apifox.cn/api-157407524.md): Note the completion of the upload of a Pack source code. - Packs [get the source code for a Pack version.](https://vtkif55zw9.apifox.cn/api-157407525.md): Get temporary links used to download the source code for the given packId and version - Packs [List the Pack listings accessible to a user.](https://vtkif55zw9.apifox.cn/api-157407526.md): Get listings of public Packs and Packs created by you. - Packs [Get detailed listing information for a Pack.](https://vtkif55zw9.apifox.cn/api-157407527.md): Get detailed listing information for a Pack. - Packs [List featured docs for a Pack](https://vtkif55zw9.apifox.cn/api-157407528.md): Returns a list of featured doc ids for a Pack. - Packs [Update featured docs for a Pack](https://vtkif55zw9.apifox.cn/api-157407529.md): Create or replace the featured docs for a Pack. - Packs [Get a single Pack](https://vtkif55zw9.apifox.cn/api-157407530.md): Returns a single Pack. - Packs [Update Pack](https://vtkif55zw9.apifox.cn/api-157407531.md): Update an existing Pack for non-versioned fields. - Packs [Delete Pack](https://vtkif55zw9.apifox.cn/api-157407532.md): Delete a given Pack. - Packs [Set the system connection credentials of the Pack.](https://vtkif55zw9.apifox.cn/api-157407533.md): Set the system connection credentials of the Pack. - Packs [Patch the system connection credentials of the Pack.](https://vtkif55zw9.apifox.cn/api-157407534.md): Patch the system connection credentials of the Pack. - Packs [Retrieve the system connection metadata of the Pack.](https://vtkif55zw9.apifox.cn/api-157407535.md): Retrieve the system connection metadata of the Pack. - Packs [Retrieve the logs of a Pack.](https://vtkif55zw9.apifox.cn/api-157407536.md): Retrieve the logs of a Pack for debugging purpose. - Packs [Retrieve the grouped logs of a Pack.](https://vtkif55zw9.apifox.cn/api-157407537.md): Retrieve the grouped logs of a Pack for debugging purpose. - Publishing [Get doc categories](https://vtkif55zw9.apifox.cn/api-157407538.md): Gets all available doc categories. - Publishing [Unpublish doc](https://vtkif55zw9.apifox.cn/api-157407539.md): Unpublishes a doc. - Publishing [Publish doc](https://vtkif55zw9.apifox.cn/api-157407540.md): Update publish settings for a doc. - Docs [Get info about a doc](https://vtkif55zw9.apifox.cn/api-157407541.md): Returns metadata for the specified doc. - Docs [Delete doc](https://vtkif55zw9.apifox.cn/api-157407542.md): Deletes a doc. - Docs [Update doc](https://vtkif55zw9.apifox.cn/api-157407543.md): Updates metadata for a doc. Note that updating a doc title requires you to be a Doc Maker in the applicable workspace. - Docs [Create doc](https://vtkif55zw9.apifox.cn/api-157407544.md): Creates a new Coda doc, optionally copying an existing doc. Note that creating a doc requires you to be a Doc Maker in the applicable workspace (or be auto-promoted to one). - Docs [List available docs](https://vtkif55zw9.apifox.cn/api-157407545.md): Returns a list of Coda docs accessible by the user. These are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared). - Account [Get user info](https://vtkif55zw9.apifox.cn/api-157407546.md): Returns basic info about the current user.