agency-board

POST /v1/agency/boards/{boardId}/cards/{cardId}/move

Move a card to a column and position.

Vituo vyote vya agency-board

Uthibitishaji

Tuma ufunguo wa API kama tokeni ya kubeba. Sehemu hii ya mwisho haitaji ruhusa maalum katika maelezo, kwa hivyo ipe ufunguo wako kiwango cha chini kabisa kinachohitajika na uangalie jibu badala ya kukisia.

Endpoint hii haichukui kitambulisho cha shirika. Ufunguo wako tayari unalitambua shirika linalohusika, na jibu limewekewa kikomo kwa shirika hilo pekee.

Jaribu

Badilisha chochote kilicho ndani ya mabano ya pembe na maadili yako mwenyewe, na kishikiliaji cha ufunguo na ufunguo kutoka kwa dashibodi yako.

curl -X POST https://api.zinndigital.com/v1/agency/boards/{boardId}/cards/{cardId}/move \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "column_id": <string>, "position": <integer> }'

Umeingia kwenye akaunti? Dashibodi yako ya kiweko cha API inajaza kitambulisho chako halisi cha shirika na ufunguo wako mwenyewe, na kuendesha ombi dhidi ya API ya moja kwa moja ili uweze kuona jibu halisi. Fungua sehemu hii ya mwisho (endpoint) kwenye konsole ya API

Maelezo

⛔ The card's own `visibility` is untouched. Moving a shared card into an internal column hides it (the AND), and moving it back reveals exactly what it was — the decision about *this card* survives a change to the *pipeline*.

Vigezo

JinaAinaInayohitajikaKilicho hiki
boardId (path)UuidNdiyoProject board ID (UUIDv7).
cardId (path)UuidNdiyoBoard card ID (UUIDv7).

Mwili wa ombi

JinaAinaInayohitajikaKilicho hiki
column_idstringNdiyo
positionintegerNdiyo

Majibu

JinaAinaInayohitajikaKilicho hiki
idUuidNdiyoUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidNdiyoUUIDv7 identifier — sortable by creation time (docs/02 §8).
column_idUuidNdiyoUUIDv7 identifier — sortable by creation time (docs/02 §8).
titlestringNdiyo
bodystringHapana
visibilityAgencyBoardVisibilityNdiyoWho may see this object. `internal` is always the default. A **card** reaches the client only when it is `client` **and its column is too** — an AND, not inheritance, because th…
positionintegerNdiyo
assignee_idstringHapana
due_atstringHapana
created_by_clientbooleanHapanaWhether the client raised this card themselves.
archived_atstringHapana
cover_colourAgencyBoardLabelColourHapanaA colour band across the top of the card, or the empty string for none. ⛔ Shares the label palette rather than declaring a second one: two palettes on one screen is how a cover…
labelsAgencyBoardLabel[]HapanaThe labels this card wears, in the board's label order. ⛔ Agency-only — the client's projection of a card carries no labels at all, because a label is the agency's private vocab…
created_atstringHapana
updated_atstringHapana

Hitilafu ambazo mwisho huu unaweza kurudisha

401 · 403 · 404 · 422