Files data

Fields:

Field NameTypeRequiredDescription
idstringYes Unique identifier for the card file.
card_idstringYes Unique identifier of card.
namestringYes Name of card file.
author_idstring, number, nullNo Unique identifier of author of file.
createdstring | nullNo Date of upload of card file
custom_field_idstring, number, nullNo ID of linked custom field
externalboolean, nullNo *Boolean value which specifying if the storage is external or not
external_typestring | nullNo String which represents external storage type
external_urlstring | nullNo URL of external storage file
pathstring, nullNo Relative path to the file
sizenumber, nullNo Size of card file

Description of fields:

  • id:

    Unique identifier of card file.

  • card_id:

    Parent card ID, where the file is attached.

  • name:

    Defines the name of card file.

  • author_id:

    ID of author of the attached file.

  • created:

    Date of uploading card file.

  • custom_field_id:

    If custom field ID is provided, the file will be attached to that field instead of the card.

  • external:

    Defines if the file is from external or internal storage.

  • external_type:

    Defines external storage type, available options are: gdrive, dropbox.

  • external_url:

    Defines url of external storage file.

  • path:

    Relative path to the file.

  • size:

    Size of card file

* - If the external property is set to true, then external_type and external_url must also be present.

JSON schema:

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