Github API - Test Config

GET /projects/columns/cards/{card_id}
projects

Get a project card

Arguments
key card-id

card-id [scalar]

The unique identifier of the card.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json project-card

project-card [object]

Project cards represent a scope of work.

Attributes
archived boolean

Whether or not the card is archived

column_name string

column_url string

content_url string

created_at string

id integer

The project card's ID

node_id string

note string

project_id string

project_url string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
401 requires_authentication

requires_authentication [scalar]

Requires authentication

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)