API 참조

board-github

이 영역에 20개의 엔드포인트가 있습니다. 각 엔드포인트에는 매개변수, 응답, 그리고 직접 실행할 수 있는 요청이 포함된 전용 페이지가 있습니다.

메서드경로기능 소개권한
POST/v1/board-github/discoverList the GitHub Projects a credential can see.
GET/v1/board-github/linksThe GitHub Projects this organisation has connected.
POST/v1/board-github/linksConnect a GitHub Project to this organisation.
DELETE/v1/board-github/links/{linkId}Disconnect a GitHub Project.
GET/v1/board-github/links/{linkId}One connection, with its WIP report and its open notices.
PATCH/v1/board-github/links/{linkId}Change a connection's sync direction or the board it sits alongside.
GET/v1/board-github/links/{linkId}/conflictsEvery field whose value was overwritten by the sync.
PUT/v1/board-github/links/{linkId}/fields/{fieldId}/wipSet an advisory WIP limit on one status option.
GET/v1/board-github/links/{linkId}/itemsThe items on a connected project.
POST/v1/board-github/links/{linkId}/itemsPost a new item to the GitHub Project from our UI.
DELETE/v1/board-github/links/{linkId}/items/{itemId}Remove an item from the GitHub Project, permanently.
PUT/v1/board-github/links/{linkId}/items/{itemId}/archiveArchive a GitHub Project item, or restore it.
PUT/v1/board-github/links/{linkId}/items/{itemId}/cardAttach a GitHub item to a board card, or detach it.
PUT/v1/board-github/links/{linkId}/items/{itemId}/fieldSet or clear one field value on a GitHub Project item.
POST/v1/board-github/links/{linkId}/syncRefresh one connection from GitHub now.
GET/v1/board-github/links/{linkId}/webhookThe payload URL and signing secret for a connection the customer configures.
POST/v1/board-github/links/{linkId}/webhookTry again to create the webhook on GitHub, and mint a fresh secret.
GET/v1/board-github/roadmapA dated timeline across every linked GitHub Project.
GET/v1/board-github/rollupEvery linked GitHub Project, summed into one view.
POST/v1/board-github/webhook/{endpointKey}One GitHub webhook delivery for a linked project.