card_id parameter
Move a project card
Path Parameters
Body
application/json
Body
The position of the card in a column. Can be one of: top
, bottom
, or after:<card_id>
to place after the specified card.
Match pattern:^(?:top|bottom|after:\d+)$
Example:bottom
The unique identifier of the column the card should be moved to
Example:42
Response
application/json
Response
Response
Path Parameters
Body
Get a project column
Path Parameters
column_id parameter
Response
application/json
Response
Response
Project Column
Project columns contain cards of work.
Example:https://api.github.com/projects/columns/367
Example:https://api.github.com/projects/120
Example:https://api.github.com/projects/columns/367/cards
The unique identifier of the project column
Example:42
Example:MDEzOlByb2plY3RDb2x1bW4zNjc=
Name of the project column
Example:Remaining tasks
Example:2016-09-05T14:18:44Z
Example:2016-09-05T14:22:28Z
Path Parameters
Update an existing project column
Path Parameters
column_id parameter
Body
application/json
Body
Name of the project column
Example:Remaining tasks
Response
application/json
Response
Response
Project Column
Project columns contain cards of work.
Example:https://api.github.com/projects/columns/367
Example:https://api.github.com/projects/120
Example:https://api.github.com/projects/columns/367/cards
The unique identifier of the project column
Example:42
Example:MDEzOlByb2plY3RDb2x1bW4zNjc=
Name of the project column
Example:Remaining tasks
Example:2016-09-05T14:18:44Z
Example:2016-09-05T14:22:28Z
Path Parameters
Body
Delete a project column
Path Parameters
column_id parameter
Response
Response
Response
Path Parameters
List project cards
Query Parameters
Filters the project cards that are returned by the card’s state. Can be one of all
,archived
, or not_archived
.
Allowed values:allarchivednot_archived
Default:not_archived
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
column_id parameter
Response
application/json
Response
Response
Project cards represent a scope of work.
Example:https://api.github.com/projects/columns/cards/1478
The project card’s ID
Example:42
Example:MDExOlByb2plY3RDYXJkMTQ3OA==
Example:Add payload for delete Project column
Simple User
Show Child Parameters
Example:2016-09-05T14:21:06Z
Example:2016-09-05T14:20:22Z
Whether or not the card is archived
Example:false
Example:https://api.github.com/projects/columns/367
Example:https://api.github.com/repos/api-playground/projects-test/issues/3
Example:https://api.github.com/projects/120