Atlas / Categories / Business / SwiftKanban Business — entry 016 of 18
SwiftKanban Verified Aug 2026
SwiftKanban is Digite's enterprise Kanban and Scrumban platform, now trading as NimbleWork; the old API article at digite.com redirects through nimblework.com to the knowledge base root, since the article itself is gone (corrected here). The live REST layer at login.swiftkanban.com/restapi uses a per-user authorization token, not a shared key, and a public Swagger reference now documents it; the legacy SOAP WSDL from Digite's 2023 article is gone. A historical Digite pricing page bundled API access only into the paid Enterprise tier, at $15 per user per month, and left it out of the free Team and mid-tier Group plans.
kanban project-management enterprise scrumban
Authentication API Key Sign up with the provider to obtain credentials.
HTTPS Supported Traffic is encrypted in transit.
CORS Disabled Browser calls need a server-side proxy.
Pricing Paid Subscription required — no meaningful free tier.
Formats JSON, XML Responses can be requested as JSON or XML.
GreatAPIs Score Score 79 out of 100
Authentication 15/25 API key required
Pricing 9/20 Paid API
Docs 20/20 Machine-readable spec file bundled
Formats 15/15 Supports 2 response formats
Freshness 20/20 Verified within 6 months
Embed this badge <a href="https://greatapis.com/api/swiftkanban/"><img src="https://greatapis.com/badge/swiftkanban.svg" alt="Scored 79 on greatapis.com"></a>
Auth quickstart Get a key at the provider Send it on every request as a header Authorization: <key>The exact header isn't documented — Authorization is a common default; confirm in the provider's docs. Stored key No key stored Clear key
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Endpoints AccountService 1 GET /account-operations/accountsFetches Account details Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response —
ActivityLogService 4 GET /activity-log/boards/{boardId}/cardsFetches activity log of cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idquery yes array loginIdquery no string logDatequery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /activity-log/boards/{boardId}/cards/{cardId}/todosFetches activity log of Card ToDo's Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string loginIdquery no string logDatequery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /activity-log/boards/{boardId}/todos/{id}Fetches activity log of ToDo Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /activity-log/relationsFetches activity log of all the relation Parameters Name In Required Type AuthorizationTokenheader yes string fromDatequery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
AttachmentService 7 GET /attachment-operations/attachments/size-limitGets the size limit of an individual attachement.Note: The unit of sizeLimit in Response is MB Parameters Name In Required Type AuthorizationTokenheader yes string
Responses Status Description Schema 200Successful request and response — 401Request has not been applied because it lacks valid authentication credentials. —
GET /attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsGets all the attachments of the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string loginIdquery no string sourcequery no string contentquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsAdds attachment to the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
DELETE /attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsDeletes multiple attachment from the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes integer cardIdpath yes string idquery yes array loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /attachment-operations/boards/{boardId}/cards/{cardId}/attachments/{id}Fetches attachment details along with content Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /attachment-operations/boards/{boardId}/cards/{cardId}/attachments/{id}Deletes attachment from the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /attachment-operations/itemType/{itemType}/itemId/{itemId}/attachmentsGets all the attachments of the item Parameters Name In Required Type AuthorizationTokenheader yes string itemTypepath yes string itemIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
BoardService 7 GET /board-operations/boardsFetches board details along with content Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string other-boardsquery no string
Responses Status Description Schema 200Successful request and response —
GET /board-operations/boards/{boardId}/configFetches Lane details along with queues and subqueues Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /board-operations/boards/{boardId}/dynamicDataListFetches all dynamic data list and their list of items respectively for particular board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /board-operations/boards/{boardId}/lanesFetches smartLane details along with content Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /board-operations/boards/{boardId}/lanes/{laneId}/cardsFetches smartlane data with queues and cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string laneIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /board-operations/boards/{boardId}/policiesFetches all policies for particular board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /board-operations/boards/{id}Fetches board detail for a given boardId along with content Parameters Name In Required Type AuthorizationTokenheader yes string idpath yes string loginIdquery no string isChildquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
BusinessRulesService 1 GET /businessrule-operations/boards/{boardId}Fetches businessRules Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
CardService 20 GET /card-operations/boards/cards/ext-creator-id/{emailid}Fetches cards basic details across boards by using ext_creator_id Parameters Name In Required Type AuthorizationTokenheader yes string emailidpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /card-operations/boards/{boardId}/card-types/{cardType}/startDate/{startDate}/cardsFetches cards from specified date Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardTypepath yes string startDatepath yes string endDatequery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /card-operations/boards/{boardId}/cardsFetches cards details Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string filterquery no string advanceFilterquery no string cardTypequery no array deletedCardsquery no string searchquery no string globalSearchquery no string fieldNamequery no array loginIdquery no string isLabelquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. — 404Successful request and response —
POST /card-operations/boards/{boardId}/cardsAdd cards in the Backlog or the custom column as defined in the Board Policies Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string skipMandatoryquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cardsUpdates cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
DELETE /card-operations/boards/{boardId}/cardsDeletes cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idquery yes array loginIdquery no string forceAllowquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cards/archiveArchives the cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /card-operations/boards/{boardId}/cards/closedFetches closed cards (Archive/Discard/Abort) details Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string queueTypequery no string limitquery no integer offsetquery no integer sortByquery no string sortOrderquery no string fieldNamequery no array filterquery no string advanceFilterquery no string isLabelquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. — 404Successful request and response —
PUT /card-operations/boards/{boardId}/cards/convertConverts cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cards/discard-abortDiscards/Aborts the cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cards/flagAdds Flags on cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cards/move/backlogMoves cards to backlog Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422UnProcessable entity in response —
PUT /card-operations/boards/{boardId}/cards/move/boardMoves cards on board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422UnProcessable entity in response —
PUT /card-operations/boards/{boardId}/cards/move/readyMoves cards to ready Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422UnProcessable entity in response —
GET /card-operations/boards/{boardId}/cards/movement/startDate/{startDate}/endDate/{endDate}Fetches card movements details Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string startDatepath yes string endDatepath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
PUT /card-operations/boards/{boardId}/cards/transferTransfers the cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422Malformed parameters or a particular reason due to which entity cannot be processed. —
PUT /card-operations/boards/{boardId}/cards/unflagRemoves Flags from cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /card-operations/boards/{boardId}/cards/{id}Fetches card details Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string fieldNamequery no array loginIdquery no string isLabelquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /card-operations/boards/{boardId}/cards/{id}Deletes card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string forceAllowquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /card-operations/boards/{boardId}/cards/{id}/new/referenceFetches new reference of converted and transfered card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response —
CommentService 6 GET /comment-operations/boards/{boardId}/cards/commentsFetches the list of comments from multiple cards based on the filter criteria. Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idquery yes array limitPerCardquery no string commentsAddedByquery no array startDatequery no string endDatequery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /comment-operations/boards/{boardId}/cards/{id}/commentsFetches list of comments added to card along with comment details Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string idClassifierquery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /comment-operations/boards/{boardId}/cards/{id}/commentsAdds comment to the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /comment-operations/boards/{boardId}/cards/{id}/commentsUpdate comment Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
POST /comment-operations/boards/{boardId}/cards/{id}/comments/replyReplies on comment Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /comment-operations/itemType/{itemType}/itemId/{itemId}/commentsFetches list of comments added to item along with comment details Parameters Name In Required Type AuthorizationTokenheader yes string itemTypepath yes string itemIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
MetadataService 7 GET /metadata-operations/boards/{boardId}/cardTypes Fetches all the card types available in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string fieldsquery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/boards/{boardId}/item-types/{itemType}/dck/{dckKey}/lovData Fetches list of items allowed in the dynamic data list Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string itemTypepath yes string dckKeypath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/card-types/{cardType}/relationsFetches a list of all the card types which have parent-child with another card type Parameters Name In Required Type AuthorizationTokenheader yes string cardTypepath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/items/{itemType}/metaDataFetches Meta Data details along with content Parameters Name In Required Type AuthorizationTokenheader yes string itemTypepath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/masterlistFetches master list details for account Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string lovItemsquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/masterlist/{id}Fetches masterlist details Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string lovItemsquery no string idpath yes string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /metadata-operations/relation-typesFetches the list of all the relation types Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response —
RelationService 4 GET /relation-operations/boards/{boardId}/cards/relationsFetches the list of all the relations among all the cards of the specified board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdquery no array cardTypequery no array relationTypequery no array loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /relation-operations/boards/{boardId}/cards/{id}/relationsFetches the list of all the relations with the card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /relation-operations/boards/{boardId}/cards/{id}/relationsAdds a relation between cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422failure response —
PUT /relation-operations/boards/{boardId}/cards/{id}/relations/deleteDeletes relation between cards Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422failure response —
ReleaseService 9 GET /release-operations/boards/{boardId}/releasesFetches list of all the releases present in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /release-operations/boards/{boardId}/releases/{id}Fetches the release present in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /release-operations/boards/{boardId}/releases/{id}/cardsFetches details of all the cards tagged to the release Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
PUT /release-operations/boards/{boardId}/releases/{id}/closeCloses a release from a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /release-operations/boards/{boardId}/releases/{id}/deleteDeletes a release from a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
PUT /release-operations/boards/{boardId}/releases/{id}/tagTags cards to a release Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /release-operations/boards/{boardId}/releases/{id}/untagUntags cards from a release Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
POST /release-operations/boards/{id}/releasesCreates a new release in a board Parameters Name In Required Type AuthorizationTokenheader yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /release-operations/boards/{id}/releasesUpdates selected fields of a release passed in request Parameters Name In Required Type AuthorizationTokenheader yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
SprintService 10 GET /sprint-operations/boards/{boardId}/releases/{id}/sprintsFetches details of all the sprints in a release Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /sprint-operations/boards/{boardId}/sprintsFetches the sprints present in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /sprint-operations/boards/{boardId}/sprintsCreates a new sprints in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /sprint-operations/boards/{boardId}/sprintsUpdates selected fields of a release passed in request Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /sprint-operations/boards/{boardId}/sprints/{id}Fetches the sprint present in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /sprint-operations/boards/{boardId}/sprints/{id}/cardsFetches details of all the cards tagged to the sprint Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
PUT /sprint-operations/boards/{boardId}/sprints/{id}/closeCloses a sprint from a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /sprint-operations/boards/{boardId}/sprints/{id}/deleteDeletes a sprint from a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
PUT /sprint-operations/boards/{boardId}/sprints/{id}/tagTags a card to an sprint Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /sprint-operations/boards/{boardId}/sprints/{id}/untagUntags a card from an sprint Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string idpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
TeamMemberService 3 GET /team-member-operations/boards/team-membersFetches board-wise team members details Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string other-boardsquery no string
Responses Status Description Schema 200Successful request and response —
GET /team-member-operations/boards/{boardId}/team-membersFetches Team Members details in a board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /team-member-operations/boards/{boardId}/team-membersInvites team members in board Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
TeamService 1 GET /team-operations/teamsFetches Teams details for an account Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string membersquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
ToDoService 7 GET /todo-operations/boards/{boardId}/cardType/{cardType}/todos/startDate/{startDate}Fetches details of todos in a given time interval. Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardTypepath yes string startDatepath yes string endDatequery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /todo-operations/boards/{boardId}/cards/{cardId}/todosGets ToDos from card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string fieldNamequery no array filterquery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /todo-operations/boards/{boardId}/cards/{cardId}/todosCreate ToDo on card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
PUT /todo-operations/boards/{boardId}/cards/{cardId}/todosModifies ToDo on card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
DELETE /todo-operations/boards/{boardId}/cards/{cardId}/todosDeletes ToDos of a card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string idquery yes array loginIdquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /todo-operations/boards/{boardId}/cards/{cardId}/todos/{id}Gets ToDo from card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string idpath yes string fieldNamequery no array loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /todo-operations/boards/{boardId}/cards/{cardId}/todos/{todoId}Deletes ToDo of a card Parameters Name In Required Type AuthorizationTokenheader yes string boardIdpath yes string cardIdpath yes string todoIdpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
TokenService 1 POST /secured/authGenerated AuthorizationToken Responses Status Description Schema 201Successful request and response — 500Malformed parameters or other bad request. —
UserService 6 GET /user-operations/usersFetches all users details Parameters Name In Required Type AuthorizationTokenheader yes string filterquery no string fieldNamequery no array moreDetailsquery no string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
POST /user-operations/usersAdds users Parameters Name In Required Type AuthorizationTokenheader yes string loginIdquery no string
Request body application/json
Responses Status Description Schema 201Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. — 422UnProcessable entity in response —
DELETE /user-operations/usersDeletes multiple users Parameters Name In Required Type AuthorizationTokenheader yes string idquery no array loginIdquery no string
Responses Status Description Schema 200Successful request and response — 207Partially Successfull — 400Malformed parameters or other bad request. —
GET /user-operations/users/tokenFetches user details information Parameters Name In Required Type AuthorizationTokenheader yes string authUserIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
GET /user-operations/users/{id}Fetches user and other user information Parameters Name In Required Type AuthorizationTokenheader yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
DELETE /user-operations/users/{id}Deletes user Parameters Name In Required Type AuthorizationTokenheader yes string idpath yes string loginIdquery no string
Responses Status Description Schema 200Successful request and response — 400Malformed parameters or other bad request. —
Developer reference Base URL https://login.swiftkanban.com/restapi
Key endpoints GET /board-operations/boards GET /card-operations/boards/{boardId}/cards GET /card-operations/boards/{boardId}/cards/{id} GET /account-operations/accounts