Tài liệu tham khảo API

agency-time

24 điểm cuối trong khu vực này. Mỗi điểm cuối có trang riêng với các tham số, phản hồi và một yêu cầu bạn có thể chạy.

Tất cả tài liệu dành cho nhà phát triển

Phương thứcĐường dẫnChức năngQuyền
GET/v1/agency/time/billing-runsBilling history — what has been billed, and what it consumed.
POST/v1/agency/time/billing-runsBill now — turn unbilled time into a draft invoice.
POST/v1/agency/time/checkout-bills/{billId}/sendE-mail a checkout bill raised from tracked time.agency.time.manage
POST/v1/agency/time/checkout-bills/{billId}/voidWithdraw an unpaid checkout bill; its hours return to the unbilled pool.agency.time.manage
GET/v1/agency/time/entriesThe timesheet.
POST/v1/agency/time/entriesLog time.agency.time.log
DELETE/v1/agency/time/entries/{entryId}Delete a time entry.
PATCH/v1/agency/time/entries/{entryId}Correct a time entry.
GET/v1/agency/time/projectsThe agency's time-tracking projects.
POST/v1/agency/time/projectsCreate a time-tracking project.agency.time.manage
POST/v1/agency/time/projects/from-quoteStart a project from a free-quote request.agency.time.manage
PATCH/v1/agency/time/projects/{projectId}Rename, re-assign or archive a project.
GET/v1/agency/time/quote-requestsFree-quote requests that could still become a project.agency.time.manage
GET/v1/agency/time/ratesThe agency's rate cards.
POST/v1/agency/time/ratesSet a rate.
DELETE/v1/agency/time/rates/{rateId}Archive a rate card.
GET/v1/agency/time/reportTime reporting for a period, by person, client and project.
GET/v1/agency/time/schedulesWhen each client is invoiced.
POST/v1/agency/time/schedulesSet a client's billing trigger.
DELETE/v1/agency/time/schedules/{scheduleId}Remove a billing schedule.
GET/v1/agency/time/tasksThe named pieces of work inside a project.
POST/v1/agency/time/tasksAdd a task to a project.agency.time.manage
PATCH/v1/agency/time/tasks/{taskId}Rename or archive a task.
GET/v1/agency/time/unbilledWhat is outstanding, per client and currency.