column_id parameter
Delete a project column
Path Parameters
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
Path Parameters
Query Parameters
Create a project card
Path Parameters
column_id parameter
Body
application/json
Body
One Of
The project card’s note
Example:Update all gems
Response
application/json
Response
Response
Project Card
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
Path Parameters
Body
Move a project column
Path Parameters
column_id parameter
Body
application/json
Body
The position of the column in a project. Can be one of: first
, last
, or after:<column_id>
to place after the specified column.
Match pattern:^(?:first|last|after:\d+)$
Example:last
Response
application/json
Response
Response
Path Parameters
Body
Get a project
Gets a project by its id
. Returns a 404 Not Found
status if projects are disabled. If you do not have sufficient privileges to perform this action, a 401 Unauthorized
or 410 Gone
status is returned.
Path Parameters
Response
application/json
Response
Response
Project
Projects are a way to organize columns and cards of work.
Example:https://api.github.com/repos/api-playground/projects-test
Example:https://api.github.com/projects/1002604
Example:https://github.com/api-playground/projects-test/projects/12
Example:https://api.github.com/projects/1002604/columns
Example:1002604
Example:MDc6UHJvamVjdDEwMDI2MDQ=
Name of the project
Example:Week One Sprint
Body of the project
Example:This project represents the sprint of the first week in January
Example:1
State of the project; either ‘open’ or ‘closed’
Example:open
Simple User
Show Child Parameters
Example:2011-04-10T20:09:31Z
Example:2014-03-03T18:58:10Z
The baseline permission that all organization members have on this project. Only present if owner is an organization.
Allowed values:readwriteadminnone
Whether or not this project can be seen by everyone. Only present if owner is an organization.