Cards data

Fields:

Field NameTypeRequiredDescription
idstring, numberYes Unique identifier of card.
column_idstring, numberYes Unique identifier of column in board.
type_namestring, nullNo Type name of card.
titlestringYes Title of card.
archivedbooleanNo Archived status of card.
blocked_by_card_idsarray | nullNo IDs of cards which are blocking current card.
blocks_card_idsarray | nullNo IDs of cards which are blocked because of current card.
related_card_idsarray | nullNo IDs of cards which are related to current card.
checklistsCardChecklist[]No The checklists of card.
child_card_idsarray | nullNo IDs of child cards.
createdstring | nullNo Date of creation of card.
descriptionstring | nullNo The description content of card.
description_typestring | nullNo Defines the type of description.
due_dateCardDateObjectNo Due date of card.
asapbooleanNo ASAP marker
size_textstring | nullNo Card size.
estimate_workloadnumber | nullNo Estimated time.
historyCardHistory[]No Defines the card actions history.
linksCardLinks[]No Defines the links attached to card.
member_idsarray | nullNo IDs of card members.
owner_idstring, number, nullNo Unique identifier of owner of card.
parent_card_idsarray | nullNo IDs of parent cards.
planned_endCardDateObjectNo Planned end date of card.
planned_startCardDateObjectNo Planned start date of card.
planned_predecessorsCardPlannedPredecessor[]No Planned predecessors cards.
propertiesCardProperties[]No Array of custom properties of card.
responsible_idstring, number, nullNo Unique identifier of responsible of card.
tagsCardTags[]No Defines the tags of card.
keystring | nullNo Unique key identifier for the card.

Description of fields:

  • id:

    A unique identifier of card, which is used to map and track the card within our system.

  • column_id:

    Unique identifier of column within which the card is placed.

  • type_name:

    Type name of card.

  • title:

    The complete title of card, used for display purposes.

  • archived:

    Indicates whether the card is archived. When set to true, the card will be hidden from the user interface.

  • blocked_by_card_ids:

    Array of card ids which are blocking the current card.

  • blocks_card_ids:

    Array of card ids which are blocked because of current card.

  • related_card_ids:

    Array of card ids which are related to current card.

  • checklists:

    The checklists of card.

  • child_card_ids:

    Array of child card ids.

  • created:

    Date of creation of card.

  • description:

    The content description of card. It's possible to create cross-links to documents and cards: for Markdown links have to be like /[.*?](((?:card|document)/[a-zA-Z0-9-]+))/, for HTML – /href="((?:card|document)/[a-zA-Z0-9-]+)"/, where [a-zA-Z0-9-]+ is document or card ID. Examples: [cardTitle](card/ca3d1d44-1b1b-4b1b-8b1b-ca3d1dca3d1dca), href="document/D0C1D222-1B1B-4B1B-8B1B-D0C1DD0C1DD0".

  • description_type:

    The type of description, available values are markdown and html. If not explicitly provided, the system defaults to using the 'markdown' format.

  • due_date:

    Due date of card

  • asap:

    ASAP marker

  • size_text:

    Card size. Example of acceptable values: '1', '23.45', '.5', 'S', '3 M', 'L', 'XL', etc...

  • estimate_workload:

    Estimated duration (in hours, e.g., 2.5).

  • history:

    Array of card actions history.

  • links:

    Array of links that are attached to card.

  • member_ids:

    Array of card member user IDs.

  • owner_id:

    Unique identifier of owner of card, used to create relations and display purposes.

  • parent_card_ids:

    Array of parent card ids.

  • planned_end:

    Planned end date of card, used for display purposes, visible in Timeline section.

  • planned_start:

    Planned start date of card, used for display purposes, visible in Timeline section.

  • planned_predecessors:

    Planned predecessors cards, used for planned relation, visible in Timeline section. Fields planned_start and planned_end are required for both cards

  • properties:

    Array of custom properties available for current card.

  • responsible_id:

    Unique identifier of responsible for card, used to create relations, also used for display purposes.

  • tags:

    Array of tags that are attached to card.

  • key:

    A unique key for the card in format prefix-number, where prefix is inherited from the card's tree entity (space or folder) and number is the sequential card number within that entity. For the key to be set: 1) the corresponding entity in the import must also have a key; 2) the corresponding entity with a key has been created in the current import; 3) the entity key and the prefix part of the card key must match.

CardChecklist:

Field NameTypeRequiredDescription
namestringYes Name of checklist.
itemsarrayYes Array of checklist items.

CardChecklistItem:

Field NameTypeRequiredDescription
textstringYes Text description of checklist item.
checkedboolean, nullNo If true checklist is marked as done.
checked_atstring, nullNo DateTime when checklist item was checked.
checked_bystring, number, nullNo ID of user who checked the checklist item.
createdstring | nullNo DateTime of creation checklist item.
created_bystring, number, nullNo ID of user who created the checklist item.
due_dateobject | nullNo Due date of checklist item.
responsible_idstring, number, nullNo ID of user who is responsible for checklist item.
sort_ordernumber, nullNo Order of checklist item in checklist.

CardDateObject:

Field NameTypeRequiredDescription
valuestringYes Date value.
time_presentboolean, nullNo Boolean value that defines if `value` contains only date or time also.

CardHistory:

Field NameTypeRequiredDescription
typestringYes Type of history action.
createdstringYes DateTime of history action.
new_valueobjectYes Object containing column ID.
old_valueobjectYes Object containing column ID.
author_idstring, number, nullNo ID of author of action.

CardProperties:

Field NameTypeRequiredDescription
idstring, numberYes Unique identifier of custom property.
valueboolean | string, number | string | string | array | array | array | arrayYes Custom property values.

CardTags:

Field NameTypeRequiredDescription
namestringYes Name of card tag.

CardPlannedPredecessor:

Field NameTypeRequiredDescription
idstring, numberYes Planned predecessor card id
gapintegerNo Planned predecessor relation offset
gap_typestringNo Planned predecessor relation offset type

JSON schema:

logo
FlowFast
If you have any questions or need help with integration feel free to write us at support@flowfast.io