# Table

### Endpoints

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