agency-board

POST /v1/agency/client/boards/{boardId}/requests

Raise a request with the agency.

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

אימות

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

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

נסה זאת

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

curl -X POST https://api.zinndigital.com/v1/agency/client/boards/{boardId}/requests \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "title": <string> }'

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

פרטים

⚖️ Owner ruling 2026-08-31 — a client may raise a card, in the board's single intake column and nowhere else. The request body carries a title and a body and nothing that could steer it elsewhere: the column and the visibility are set by the engine, not accepted and overridden, because a field accepted and overridden is a field somebody later stops overriding.

פרמטרים

שםסוגנדרשמה זה
boardId (path)UuidכןProject board ID (UUIDv7).

גוף הבקשה

שםסוגנדרשמה זה
titlestringכן
bodystringלא

תשובה

שםסוגנדרשמה זה
idUuidכןUUIDv7 identifier — sortable by creation time (docs/02 §8).
column_idUuidכןUUIDv7 identifier — sortable by creation time (docs/02 §8).
titlestringכן
bodystringלא
due_atstringלא
raised_by_usbooleanלאWhether the client raised this card. Named from the READER's side, because this payload is only ever read by the client.
created_atstringלא
updated_atstringלא

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

401 · 403 · 404 · 422