API Reference
Task Financials
Read task financial summaries, revenue, and expenses.
REST /api/v1API key authentication3 endpoints
GET
/api/v1/tasks/:id/expensesList all expense items for a task
Path parametersid: string
Response200JSON response with a data envelope.
GET
/api/v1/tasks/:id/financialsGet task financial summary with totals
Path parametersid: string
Response200JSON response with a data envelope.
GET
/api/v1/tasks/:id/revenueList all revenue items for a task
Path parametersid: string
Response200JSON response with a data envelope.