> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/table.md).

# Table

### Endpoints

| Method | Endpoint                       | Description                                                                          |
| ------ | ------------------------------ | ------------------------------------------------------------------------------------ |
| POST   | /v4/table                      | [Create a table row.](/entities/table/tablerow-create.md)                            |
| GET    | /v4/table/:id                  | [Retrieve a table row.](/entities/table/tablerow-retrieve.md)                        |
| PUT    | /v4/table/:id                  | [Update a table row.](/entities/table/tablerow-update.md)                            |
| DELETE | /v4/table/:id                  | [Delete a table row.](/entities/table/tablerow-delete.md)                            |
| GET    | /v4/table-templates            | [Retrieve table templates.](/config/templates.md)                                    |
| GET    | /v4/table-statuses/:templateId | [Retrieve table statuses.](/entities/table/retrieve-table-statuses.md)               |
| GET    | /v4/table/:id/draft-templates  | [Retrieve table draft templates.](/entities/table/retrieve-table-draft-templates.md) |
| POST   | /v4/table/:id/switch-template  | [Switch table template.](/entities/table/switch-table-template.md)                   |
