Project board columns
The Project board columns API lets you create and manage columns on a project board.
Note: This API only applies to project boards. Projects (beta) can be managed with the GraphQL API. For more information, see "Using the API to manage projects (beta)."
Get a project column
Works with GitHub Apps
Parameters
| Headers |
|---|
| Name, Type, Description |
acceptstringSetting to |
| Path parameters |
| Name, Type, Description |
column_idintegerRequiredThe unique identifier of the column. |
HTTP response status codes
| Status code | Description |
|---|---|
200 | OK |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |
404 | Resource not found |