ActiveCollab API - 没有关于API时间记录命令的描述

时间:2017-06-20 21:16:20

标签: activecollab

ActiveCollab v5.13 - 网站上的时间记录输入表格有6个字段包括"描述" 。 API文档有另外5个但是"描述"无法在文档中找到。

我想自动记录时间记录数据但是......没有描述。

在API中,时间记录描述的参数名称是什么?

输入屏幕上的字段:

  • 时间
  • 说明
  • 工作类型
  • 日期
  • 任务
  • Billable

/ projects /(number)/ time-records命令中的字段(从API文档中复制:

{  
  "value": 1.5,  
  "user_id": 1,  
  "job_type_id": 1,  
  "record_date": "2014-05-14",  
  "billable_status": 0  
}

API Documentation

1 个答案:

答案 0 :(得分:0)

API中返回了描述(文档不是最新的)。以下是系统调用的示例:

billable_status: 1
class: "TimeRecord"
created_by_id: 44
created_on: 1496929240
id: 5275
is_trashed: false
job_type_id: 1
parent_id: 52314
parent_type: "Task"
record_date: 1496880000
summary: ""
trashed_by_id: 0
trashed_on: null
updated_by_id: 44
updated_on: 1496929240
url_path: "/projects/204/time-records/5275"
user_id: 44
value: 1

您正在寻找summary