Introduction
Create new space
Retrieve list of spaces
Retrieve space
Update space
Remove space
Create new board
Get list of boards
Get board
Update board
Remove board
Get sprint summary
Get sprints list
Create new column
Get list of columns
Update column
Remove column
Create new subcolumn
Get list of subcolumns
Update subcolumn
Remove subcolumn
Create new lane
Get list of lanes
Update lane
Remove lane
Retrieve list of users
Retrieve current user
Update user
Create user role
Get list of user roles
Get user role
Update user role
Remove user role
Invite user to space
Get list of users
Get user
Change user role and notification settings
Remove user from space
Remove virtual user
Create new card
Retrieve card list
Retrieve card
Update card
Batch update for cards
Delete card
Retrieve card location history
Retrieve card baselines
Block card
Retrieve card blockers list
Update card blockers
Delete card blockers
Add blocker category
Retrieve list of categories
Remove category
Add user to the card blocker
Retrieve blockers cards list on current user
Remove user
Add tag
Rertrieve list of tags
Remove tag from card
Retrieve card SLA measurements
Add comment
Retrieve card comments
Update comment
Remove comment
Add external link
Retrieve card external links
Update external link
Remove external link
Add children
Retrieve card children list
Remove children
Add member to card
Retrieve list of card members
Update member role
Remove member from card
Add new recipient
Remove recipient
Add time log
Get time logs
Update log record
Remove time log
Add checklist to card
Retrieve card checklist
Update checklist
Remove checklist from card
Add item to checklist
Update checklist item
Remove checklist item
Retrieve list of tags
Create new card type
Get list of card types
Get card type
Update card type
Remove card type
Add tree entity to card type
Get list of type tree entities
Delete tree entity from card type
Get list
Create new property
Get list of properties
Get property
Update property
Remove property
Add tree entity to custom property
Get list of custom property tree entities
Delete tree entity from custom property
Create new select value
Get list of select values
Get select value
Update select value
Create new catalog value
Get list of catalog values
Get catalog value
Update catalog value
Create new score value
Get list of score values
Update score value
Create new vote value
Get list of vote values
Update vote value
Remove vote value
Create custom directory
Get list of custom directories
Get custom directory
Update custom directory
Delete custom directory
Create field
Get list of fields
Get field
Update field
Delete field
Create record
Get list of records
Get record
Update record
Delete record
Get cards linked to record
Attach file to card
Update file
Detach file from card
Get card file
Delete card file
Attach file to comment
Get comment file
Delete comment file
Attach file to custom property
Get custom property file
Delete custom property file
Retrieve services list
Retrieve cards with checklist
Retrieve users list
Create automation
Get list of automations
Update automation
Delete automation
Create group
Get list of groups
Get group
Update group
Remove Group
Add user to group
Get list of group users
Remove user from group
Add admin to group
Get list of group admins
Remove admin from group
Add entity
Get list of group entities
Update group entity
Remove entity
Get list of tree entity roles
Get list of entities
Create new space template checklist
Get list of space template checklists
Update space template checklist
Remove space template checklist
Create new space template checklist item
Update space template checklist item
Remove space template checklist item
Create new document
Retrieve list of documents
Retrieve document
Update document
Remove document
Create new document group
Retrieve list of document groups
Retrieve document group
Update document group
Remove document group
{ "blocked_cards": [ { "card_id": 56322506, "card_title": "card test", "blocked_by": { "card_id": 56325295, "card_title": "card test", "blocker_id": 733693, "blocker_name": "Ivan Ivanov", "blocker_email": "i.ivanov@kaiten.ru" }, "block_reason": null, "categories": [ { "uid": "39621fd8-c5fa-47cc-8ef2-d093343ae049", "name": "In progress", "color": 16 }, { "uid": "417c6ae2-62ce-4c11-9f2d-b8fff7f1c24f", "name": "Questions", "color": 5 } ], "block_created": 1759824933, "updated": "2025-10-07T08:15:33.030Z", "released": false }, { "card_id": 55255969, "card_title": "Information card", "blocked_by": { "card_id": 53080034, "card_title": "Information card", "blocker_id": 733693, "blocker_name": "Ivan Ivanov", "blocker_email": "i.ivanov@kaiten.ru" }, "block_reason": null, "categories": [ { "uid": "6cadb58c-6b97-49ef-95b3-a873e154ade4", "name": "Vacations", "color": 8 } ], "block_created": 1759751412, "updated": "2025-10-06T11:50:11.887Z", "released": false } ], "summary": { "total_blocked": 2, "blocked_by_user": "Ivan Ivanov", "cards_without_reason": 2 } }
Array of objects
Object
Unauthorized
A schema has not been defined for this response code.
1 curl --request GET \ 2 --url 'https://example.kaiten.ru/api/latest/users/current/blockers' \ 3 --header 'Accept: application/json' \ 4 --header 'Content-Type: application/json' 5
Response
ClickTry It!to start a request and see the response here!