This endpoint returns structured Client Invoice Defaults objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array and will be indexed by ID in the client_invoice_defaults top-level JSON key. Please see our Response Format section for more information.
GET
curl -i -X GET \
'https://api.mavenlink.com/api/v1/client_invoice_defaults?client_user_id=0&only=string&page=1&per_page=20&workspace_id=0'Response
{ "count": 0, "meta": { "count": 0, "page_count": 0, "page_number": 0, "page_size": 0 }, "results": [ { "key": "string", "id": "string" } ], "client_invoice_defaults": { "property1": { "created_at": "2019-08-24T14:15:22Z", "expense_rollup_type": 0, "rich_text": "string", "show_creators": true, "show_dates": true, "show_hours": true, "show_notes": true, "show_project_names": true, "show_rates": true, "show_roles": true, "show_subtotals": true, "show_task_names": true, "show_tax": true, "time_rollup_type": 0, "updated_at": "2019-08-24T14:15:22Z" }, "property2": { "created_at": "2019-08-24T14:15:22Z", "expense_rollup_type": 0, "rich_text": "string", "show_creators": true, "show_dates": true, "show_hours": true, "show_notes": true, "show_project_names": true, "show_rates": true, "show_roles": true, "show_subtotals": true, "show_task_names": true, "show_tax": true, "time_rollup_type": 0, "updated_at": "2019-08-24T14:15:22Z" } } }