Files


List Files

GET /api/files

Parameters: (optional)

  • project_id - Project ID
  • task_id - Task ID

Response:

  • id - File ID
  • file_path - Path to file (if attached)
  • file_name - Name of file (if attached)
  • project_id - Project ID
  • task_id - Task ID
  • date_created - Date created
  • user_id - Creator user ID

Note: files are stored as comments so to do operations like deleting files then use the Comments resources.