Github API - Test Config

GET /projects/columns/{column_id}/cards
projects

List project cards

Arguments
key column-id

column-id [scalar]

The unique identifier of the column.

API:
Github Open API
(version: 1.1.4)

archived_state string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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)
API:
Github Open API
(version: 1.1.4)