board-github

GET /v1/board-github/rollup

Every linked GitHub Project, summed into one view.

כל נקודות הקצה מסוג board-github

אימות

שלח מפתח API כטוקן Bearer. נקודת קצה זו אינה מציינת הרשאת ספציפית במפרט, לכן הקצה למפתח שלך את המינימום הנדרש ובדוק את התגובה במקום להניח הנחות.

המקום שבו מזהה הארגון שלך נכנס

נקודת קצה זו מקבלת את org_id כפרמטר שאילתת חיפוש. השאר אותו ריק והקריאה תכסה את כל תת-עץ הדיירות שלך; שלח אותו כדי לצמצם את הקריאה לארגון אחד.

מזהה הארגון שלך נמצא במסוף מפתחות ה-API בלוח הבקרה שלך, לצד המפתח עצמו. זהו אותו מזהה בכל קריאה שאתה מבצע.

נסה זאת

החלף כל דבר בסוגריים זוויתיים בערכים משלך, ואת מציין מיקום המפתח במפתח מלוח הבקרה שלך.

curl -X GET https://api.zinndigital.com/v1/board-github/rollup \
  -H "Authorization: Bearer zdk_live_…"

מחובר? קונסולת ה-API בלוח הבקרה שלך מזינה את מזהה הארגון האמיתי שלך ואת המפתח שלך, ומריצה את הבקשה מול ה-API הפיזי כך שתוכל לראות את התגובה בפועל. פתח נקודת קצה זו במסוף ה-API

פרטים

GitHub shows one project at a time; this is the screen that does not exist there. An agency running four client projects gets one answer to *"how much is in progress and how much is late"*. `links_never_synced`, `links_failing` and `coverage_is_complete` are part of the answer, not diagnostics. A roll-up that silently omitted a project which failed to sync would be a number somebody makes a staffing decision on, and *"nothing is late"* must never render the same as *"I cannot see whether anything is late"*.

פרמטרים

שםסוגנדרשמה זה
org_id (query)stringלאRequired only when the caller holds the permission in several orgs.

תשובה

שםסוגנדרשמה זה
links_totalintegerלא
links_never_syncedintegerלא
links_failingintegerלא
coverage_is_completebooleanלאWhether the counts describe every connected project. Named as a question about COVERAGE rather than health: a project that has never synced is not unhealthy, it is unmeasured, a…
items_totalintegerלא
items_openintegerלא
items_archivedintegerלא
items_unassignedintegerלא
items_no_statusintegerלא
overdueintegerלא
staleintegerלא
due_next_7_daysintegerלא
by_statusGitHubProjectStatusCount[]לא
per_projectobject[]לא

שגיאות שנקודה קצה זו עשויה להחזיר

401 · 403 · 422