SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Models

File

{
    file_id: number;
    name: string; //Max 255
    file_url: string; //Max 4000
    icon_url: string; //Max 4000
    thumbnail_url?: string; //Max 4000
    content_type: string = "text/plain";
    host: string;
    created_at: Date;

    chat_message_id?: string;
    discussion_id?: string;
    discussion_activity_id?: string;
    form_id?: string;
    record_id?: string;
}
PreviousMembershipNextCustom Field

Last updated 8 days ago