API Reference

Task Financials

Read task financial summaries, revenue, and expenses.

REST /api/v1API key authentication3 endpoints
GET/api/v1/tasks/:id/expenses

List all expense items for a task

Path parametersid: string
Response200JSON response with a data envelope.
GET/api/v1/tasks/:id/financials

Get task financial summary with totals

Path parametersid: string
Response200JSON response with a data envelope.
GET/api/v1/tasks/:id/revenue

List all revenue items for a task

Path parametersid: string
Response200JSON response with a data envelope.