2017-02-06 4 views
1

Active Collaboration REST API를 통해 작업 정보를 가져 오는 중 문제가 발생했습니다. 나는 로그인과 암호로 토큰을 가지고 성공적으로 다음 URL의에 요청했다 :Active Collab. REST API를 통해 시간 기록을 가져올 수 없습니다.

GET on https://app.activecollab.com/ACCOUNT_ID/api/v1/projects/1/time-records

내가이 엔드 포인트를 발견

GET on https://app.activecollab.com/ACCOUNT_ID/api/v1/projects
GET on https://app.activecollab.com/ACCOUNT_ID/api/v1/projects/1

하지만 난에 404을 받게을 설명서

https://developers.activecollab.com/api-documentation/v1/projects/elements/time-records/time-records.html

내가 뭘 잘못하고 있는지 설명해 주시겠습니까?

고맙습니다.

답변

0

프로젝트별로 시간 추적 기능을 기본적으로 사용할 수 없습니다. 프로젝트를 만들 때 (또는 프로젝트 설정을 업데이트 할 때) 활성화하거나 코드에서 활성화되어 있는지 확인하십시오.

활성화되어 있는지 확인하려면 /projects/:project_id/time-records API 끝점에서 404를 검색하거나 /projects/:project_id API 응답에서 응답을 받아 is_tracking_enabled 속성을 확인할 수 있습니다.