API Documentation

API Endpoint

Profitability Reports

Profitability Reports

Supported filter params

  • group (budget, service_type, company, project, manager, year, quarter, month)

  • service_type_id (array)

  • company_id (array)

  • project_id (array)

  • manager_id (array)

  • tags

  • budget_status (1: open, 2: closed)

  • after

  • before

GET /api/v2/profitability_reports
Requestsreturns profitability reportsreturns task_time reports

GET  /api/v2/profitability_reports?filter[company_id]=4152

Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+json
Responses200
Headers
Content-Type: application/vnd.api+json; charset=utf-8
Body
{
  "data": [
    {
      "id": "profitability-report-budget-435-15275f5f2d2e1eb04b19686bfde54b17",
      "type": "profitability_reports",
      "attributes": {
        "group": "budget",
        "year": null,
        "quarter": null,
        "month": null,
        "margin": 100,
        "profit_margin": "100.0",
        "invoiced_profit_margin": null,
        "time": 0,
        "worked_time": 0,
        "billable_time": 0,
        "billable_worked_ratio": null,
        "worked_scheduled_ratio": null,
        "unapproved_time": 0,
        "estimated_time": null,
        "scheduled_time": 0,
        "currency": "USD",
        "currency_default": "USD",
        "currency_normalized": "USD",
        "revenue": 125000,
        "revenue_default": 125000,
        "revenue_normalized": 125000,
        "cost": 0,
        "cost_default": 0,
        "cost_normalized": 0,
        "profit": 125000,
        "profit_default": 125000,
        "profit_normalized": 125000,
        "invoiced": 0,
        "invoiced_default": 0,
        "invoiced_normalized": 0,
        "invoiced_profit": 0,
        "invoiced_profit_default": 0,
        "invoiced_profit_normalized": 0,
        "actual_rate": null,
        "actual_rate_default": null,
        "actual_rate_normalized": null,
        "average_invoiced_rate": null,
        "average_invoiced_rate_default": null,
        "average_invoiced_rate_normalized": null,
        "budget_used": 0,
        "budget_used_default": 0,
        "budget_used_normalized": 0
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "budget": {
          "data": {
            "type": "deals",
            "id": "435"
          }
        },
        "service_type": {
          "data": null
        },
        "company": {
          "data": null
        },
        "project": {
          "data": null
        },
        "manager": {
          "data": null
        }
      }
    }
  ],
  "included": [
    {
      "id": "435",
      "type": "deals",
      "attributes": {
        "name": "test name",
        "date": "2022-05-24",
        "end_date": null,
        "number": 1,
        "suffix": null,
        "time_approval": true,
        "expense_approval": true,
        "client_access": false,
        "deal_type_id": 2,
        "budget": true,
        "sales_status_id": null,
        "sales_status_updated_at": null,
        "tag_list": [],
        "origin_deal_id": null,
        "profit_margin": 100,
        "discount": null,
        "email_key": "025292b4e6331128674ad00ca8f49157",
        "purchase_order_number": null,
        "custom_fields": null,
        "position": null,
        "service_type_restricted_tracking": false,
        "tracking_type_id": 1,
        "budget_revamp": false,
        "probability": 50,
        "budget_warning": null,
        "billable_time": 0,
        "estimated_time": 0,
        "budgeted_time": 0,
        "worked_time": 0,
        "time_to_close": null,
        "unapproved_entries_count": 0,
        "rejected_entries_count": 0,
        "lost_comment": null,
        "closed_at": null,
        "delivered_on": null,
        "last_activity_at": null,
        "deleted_at": null,
        "created_at": "2022-05-24T01:08:14.287+02:00",
        "note": null,
        "sales_closed_at": null,
        "exchange_rate": "1.25",
        "exchange_date": "2022-05-24",
        "sales_closed_on": null,
        "sample_data": false,
        "note_interpolated": null,
        "todo_count": 0,
        "todo_due_date": null,
        "currency": "EUR",
        "currency_default": "USD",
        "currency_normalized": "EUR",
        "revenue": 100000,
        "revenue_default": 125000,
        "revenue_normalized": 100000,
        "services_revenue": 100000,
        "services_revenue_default": 125000,
        "services_revenue_normalized": 100000,
        "cost": 0,
        "cost_default": 0,
        "cost_normalized": 0,
        "profit": 100000,
        "profit_default": 125000,
        "profit_normalized": 100000,
        "invoiced": 0,
        "invoiced_default": 0,
        "invoiced_normalized": 0,
        "pending_invoicing": 100000,
        "pending_invoicing_default": 125000,
        "pending_invoicing_normalized": 100000,
        "draft_invoiced": 0,
        "draft_invoiced_default": 0,
        "draft_invoiced_normalized": 0,
        "expense": 0,
        "expense_default": 0,
        "expense_normalized": 0,
        "budget_total": 100000,
        "budget_total_default": 125000,
        "budget_total_normalized": 100000,
        "budget_used": 100000,
        "budget_used_default": 125000,
        "budget_used_normalized": 100000,
        "projected_revenue": 50000,
        "projected_revenue_default": 62500,
        "projected_revenue_normalized": 50000
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "creator": {
          "data": {
            "type": "people",
            "id": "2885"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "4152"
          }
        },
        "document_type": {
          "data": null
        },
        "responsible": {
          "data": {
            "type": "people",
            "id": "2886"
          }
        },
        "deal_status": {
          "data": null
        },
        "project": {
          "data": {
            "type": "projects",
            "id": "775"
          }
        },
        "lost_reason": {
          "data": null
        },
        "contract": {
          "data": null
        },
        "contact": {
          "data": null
        },
        "subsidiary": {
          "data": null
        }
      }
    },
    {
      "id": "2885",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user2827@email.com",
        "title": null,
        "joined_at": "2022-05-24T01:08:14.000+02:00",
        "last_seen_at": "2022-05-24T01:08:14.351+02:00",
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 1,
        "setting_role_id": null,
        "invited_at": null,
        "is_user": true,
        "user_id": 2869,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:08:14.168+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "4151"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "4152",
      "type": "companies",
      "attributes": {
        "name": "Client3277",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:08:14.191+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        }
      }
    },
    {
      "id": "2886",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user2828@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:08:14.000+02:00",
        "is_user": true,
        "user_id": 2870,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:08:14.201+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "4153"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "775",
      "type": "projects",
      "attributes": {
        "name": "test project",
        "number": 1,
        "project_number": "1",
        "project_type_id": 2,
        "project_color_id": null,
        "last_activity_at": null,
        "public_access": true,
        "time_on_tasks": false,
        "tag_colors": {},
        "archived_at": null,
        "created_at": "2022-05-24T01:08:14.265+02:00",
        "budget_closing_date": null,
        "needs_invoicing": false,
        "custom_fields": null,
        "task_custom_fields_ids": null,
        "sample_data": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "4155"
          }
        },
        "project_manager": {
          "data": {
            "type": "people",
            "id": "2887"
          }
        },
        "last_actor": {
          "data": null
        },
        "workflow": {
          "data": null
        }
      }
    },
    {
      "id": "4151",
      "type": "companies",
      "attributes": {
        "name": "Organization876",
        "billing_name": null,
        "vat": null,
        "default_currency": "USD",
        "created_at": "2022-05-24T01:08:14.166+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        }
      }
    },
    {
      "id": "4153",
      "type": "companies",
      "attributes": {
        "name": "Client3278",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:08:14.198+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        }
      }
    },
    {
      "id": "4155",
      "type": "companies",
      "attributes": {
        "name": "Client3280",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:08:14.263+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        }
      }
    },
    {
      "id": "2887",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user2829@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:08:14.000+02:00",
        "is_user": true,
        "user_id": 2871,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:08:14.236+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "4154"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "4154",
      "type": "companies",
      "attributes": {
        "name": "Client3279",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:08:14.232+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "876"
          }
        }
      }
    }
  ],
  "links": {
    "first": "http://www.example.com/api/v2/profitability_reports?filter%5Bcompany_id%5D=4152&page%5Bnumber%5D=1&page%5Bsize%5D=30",
    "last": "http://www.example.com/api/v2/profitability_reports?filter%5Bcompany_id%5D=4152&page%5Bnumber%5D=1&page%5Bsize%5D=30"
  },
  "meta": {
    "current_page": 1,
    "total_pages": 1,
    "total_count": 1,
    "page_size": 30,
    "max_page_size": 200,
    "organization_features": {
      "custom_fields": {
        "type": "metered",
        "limit": 15
      },
      "custom_fields_per_project": {
        "type": "metered",
        "limit": 10
      },
      "public_custom_reports": {
        "type": "metered",
        "limit": 100
      },
      "private_custom_reports": {
        "type": "metered",
        "limit": 30
      },
      "public_project_reports": {
        "type": "metered",
        "limit": 30
      },
      "private_project_reports": {
        "type": "metered",
        "limit": 10
      },
      "scheduling_placeholders": {
        "type": "metered",
        "limit": 5
      },
      "workflows": {
        "type": "metered",
        "limit": 5
      },
      "rate_cards": {
        "type": "metered",
        "limit": 30
      },
      "teams": {
        "type": "metered",
        "limit": 20
      },
      "recycle_bin": {
        "type": "restricted",
        "available": true,
        "limit": 180
      },
      "multigrouping": {
        "type": "switch",
        "available": true
      },
      "client_access_to_budgets": {
        "type": "switch",
        "available": true
      },
      "subsidiaries": {
        "type": "switch",
        "available": true
      },
      "time_approvals": {
        "type": "switch",
        "available": true
      },
      "expenses_approvals": {
        "type": "switch",
        "available": true
      },
      "timeoff_approvals": {
        "type": "switch",
        "available": true
      },
      "autotracking": {
        "type": "switch",
        "available": true
      },
      "forecasting": {
        "type": "switch",
        "available": true
      },
      "webhooks": {
        "type": "switch",
        "available": true
      },
      "table_pivoting": {
        "type": "switch",
        "available": true
      },
      "formula_fields": {
        "type": "switch",
        "available": true
      },
      "single_sign_on": {
        "type": "switch",
        "available": true
      },
      "duplicate_tasks": {
        "type": "switch",
        "available": true
      },
      "billable_time_rounding": {
        "type": "switch",
        "available": true
      },
      "payment_sync": {
        "type": "switch",
        "available": true
      },
      "booking_methods": {
        "type": "switch",
        "available": true
      },
      "import_tasks_csv": {
        "type": "switch",
        "available": true
      },
      "reactions": {
        "type": "switch",
        "available": true
      },
      "time_week_view": {
        "type": "switch",
        "available": true
      },
      "subtasks": {
        "type": "switch",
        "available": true
      },
      "time_calendar_layout": {
        "type": "switch",
        "available": true
      },
      "theming": {
        "type": "switch",
        "available": true
      },
      "remove_branding": {
        "type": "switch",
        "available": true
      },
      "custom_invoicing_email": {
        "type": "switch",
        "available": true
      },
      "google_calendar_layout": {
        "type": "switch",
        "available": true
      },
      "pulse": {
        "type": "switch",
        "available": true
      },
      "slack": {
        "type": "switch",
        "available": true
      },
      "task_custom_fields_library": {
        "type": "switch",
        "available": true
      },
      "timeline_layout": {
        "type": "switch",
        "available": true
      },
      "comment_visibility": {
        "type": "switch",
        "available": true
      },
      "time_off_sync": {
        "type": "switch",
        "available": true
      },
      "time_locking": {
        "type": "switch",
        "available": true
      },
      "docs": {
        "type": "switch",
        "available": true
      },
      "scheduling_resource_utilization": {
        "type": "switch",
        "available": true
      },
      "enforce_two_factor_auth": {
        "type": "switch",
        "available": true
      },
      "personio_integration": {
        "type": "switch",
        "available": true
      }
    },
    "settings": {}
  }
}

GET  /api/v2/task_time_reports?filter[project_id]=1801

Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+json
Responses200
Headers
Content-Type: application/vnd.api+json; charset=utf-8
Body
{
  "data": [
    {
      "id": "task-time-report-task-389-7cefc0a47aa900e22e68ae1db44b69d0",
      "type": "task_time_reports",
      "attributes": {
        "group": "task",
        "estimated_time": null,
        "remaining_time": null,
        "actual_time": null,
        "count": 1
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "task": {
          "data": {
            "type": "tasks",
            "id": "389"
          }
        },
        "assignee": {
          "data": null
        },
        "task_list": {
          "data": null
        },
        "board": {
          "data": null
        },
        "project": {
          "data": null
        }
      }
    }
  ],
  "included": [
    {
      "id": "389",
      "type": "tasks",
      "attributes": {
        "title": "Ticket title",
        "description": null,
        "number": 1,
        "task_number": "1",
        "private": false,
        "due_date": null,
        "start_date": null,
        "closed_at": null,
        "created_at": "2022-05-24T01:14:21.746+02:00",
        "updated_at": "2022-05-24T01:14:21.746+02:00",
        "repeat_schedule_id": null,
        "repeat_on_interval": null,
        "repeat_on_monthday": null,
        "repeat_on_weekday": [],
        "repeat_on_date": null,
        "repeat_origin_id": null,
        "email_key": "81f8ee74d00b942daa25db9172c89718",
        "custom_fields": null,
        "todo_count": null,
        "open_todo_count": null,
        "todo_assignee_count": null,
        "subtask_count": null,
        "open_subtask_count": null,
        "creation_method_id": 1,
        "subtask_position": null,
        "todo_assignee_ids": [],
        "global_position": 0,
        "closed": false,
        "due_time": null,
        "tag_list": [],
        "position": 1,
        "last_activity_at": null,
        "initial_estimate": null,
        "remaining_time": null,
        "billable_time": null,
        "worked_time": null,
        "deleted_at": null
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "project": {
          "data": {
            "type": "projects",
            "id": "1801"
          }
        },
        "creator": {
          "data": {
            "type": "people",
            "id": "6593"
          }
        },
        "assignee": {
          "data": null
        },
        "last_actor": {
          "data": null
        },
        "task_list": {
          "data": {
            "type": "task_lists",
            "id": "421"
          }
        },
        "parent_task": {
          "data": null
        },
        "workflow_status": {
          "data": {
            "type": "workflow_statuses",
            "id": "405"
          }
        },
        "repeated_task": {
          "data": null
        },
        "attachments": {
          "data": []
        }
      }
    },
    {
      "id": "1801",
      "type": "projects",
      "attributes": {
        "name": "test project",
        "number": 1,
        "project_number": "1",
        "project_type_id": 2,
        "project_color_id": null,
        "last_activity_at": null,
        "public_access": true,
        "time_on_tasks": false,
        "tag_colors": {},
        "archived_at": null,
        "created_at": "2022-05-24T01:14:21.474+02:00",
        "budget_closing_date": null,
        "needs_invoicing": false,
        "custom_fields": null,
        "task_custom_fields_ids": null,
        "sample_data": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9906"
          }
        },
        "project_manager": {
          "data": {
            "type": "people",
            "id": "6592"
          }
        },
        "last_actor": {
          "data": null
        },
        "workflow": {
          "data": null
        }
      }
    },
    {
      "id": "6593",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user6527@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:14:21.000+02:00",
        "is_user": true,
        "user_id": 6576,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:14:21.507+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9907"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "421",
      "type": "task_lists",
      "attributes": {
        "name": "Milestone394",
        "position": 1,
        "archived_at": null,
        "email_key": "509f019cc006bd696199a99e57dce0f7"
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "project": {
          "data": {
            "type": "projects",
            "id": "1802"
          }
        },
        "board": {
          "data": {
            "type": "boards",
            "id": "434"
          }
        }
      }
    },
    {
      "id": "405",
      "type": "workflow_statuses",
      "attributes": {
        "name": "Open",
        "color_id": 1,
        "position": 1,
        "category_id": 2
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "workflow": {
          "data": {
            "type": "workflows",
            "id": "339"
          }
        }
      }
    },
    {
      "id": "9906",
      "type": "companies",
      "attributes": {
        "name": "Client8261",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.471+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "6592",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user6526@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:14:21.000+02:00",
        "is_user": true,
        "user_id": 6575,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:14:21.437+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9905"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "9907",
      "type": "companies",
      "attributes": {
        "name": "Client8262",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.502+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "1802",
      "type": "projects",
      "attributes": {
        "name": "test project",
        "number": 2,
        "project_number": "2",
        "project_type_id": 2,
        "project_color_id": null,
        "last_activity_at": null,
        "public_access": true,
        "time_on_tasks": false,
        "tag_colors": {},
        "archived_at": null,
        "created_at": "2022-05-24T01:14:21.585+02:00",
        "budget_closing_date": null,
        "needs_invoicing": false,
        "custom_fields": null,
        "task_custom_fields_ids": null,
        "sample_data": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9909"
          }
        },
        "project_manager": {
          "data": {
            "type": "people",
            "id": "6594"
          }
        },
        "last_actor": {
          "data": null
        },
        "workflow": {
          "data": null
        }
      }
    },
    {
      "id": "434",
      "type": "boards",
      "attributes": {
        "name": "Board408",
        "position": 1,
        "archived_at": null
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "project": {
          "data": {
            "type": "projects",
            "id": "1803"
          }
        }
      }
    },
    {
      "id": "339",
      "type": "workflows",
      "attributes": {
        "name": "Simple workflow",
        "archived_at": null
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "workflow_statuses": {
          "data": [
            {
              "type": "workflow_statuses",
              "id": "405"
            }
          ]
        }
      }
    },
    {
      "id": "9905",
      "type": "companies",
      "attributes": {
        "name": "Client8260",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.432+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "9909",
      "type": "companies",
      "attributes": {
        "name": "Client8264",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.582+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "6594",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user6528@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:14:21.000+02:00",
        "is_user": true,
        "user_id": 6577,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:14:21.550+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9908"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "1803",
      "type": "projects",
      "attributes": {
        "name": "test project",
        "number": 3,
        "project_number": "3",
        "project_type_id": 2,
        "project_color_id": null,
        "last_activity_at": null,
        "public_access": true,
        "time_on_tasks": false,
        "tag_colors": {},
        "archived_at": null,
        "created_at": "2022-05-24T01:14:21.655+02:00",
        "budget_closing_date": null,
        "needs_invoicing": false,
        "custom_fields": null,
        "task_custom_fields_ids": null,
        "sample_data": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9911"
          }
        },
        "project_manager": {
          "data": {
            "type": "people",
            "id": "6595"
          }
        },
        "last_actor": {
          "data": null
        },
        "workflow": {
          "data": null
        }
      }
    },
    {
      "id": "9908",
      "type": "companies",
      "attributes": {
        "name": "Client8263",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.545+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "9911",
      "type": "companies",
      "attributes": {
        "name": "Client8266",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.651+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    },
    {
      "id": "6595",
      "type": "people",
      "attributes": {
        "first_name": "test first name",
        "last_name": "test last name",
        "email": "user6529@email.com",
        "title": null,
        "joined_at": null,
        "last_seen_at": null,
        "deactivated_at": null,
        "archived_at": null,
        "role_id": 3,
        "setting_role_id": null,
        "invited_at": "2022-05-24T01:14:21.000+02:00",
        "is_user": true,
        "user_id": 6578,
        "tag_list": [],
        "avatar_url": null,
        "virtual": false,
        "custom_fields": null,
        "autotracking": false,
        "created_at": "2022-05-24T01:14:21.618+02:00",
        "placeholder": false,
        "color_id": null,
        "contact": {},
        "sample_data": false,
        "time_unlocked": false,
        "time_unlocked_on": null,
        "time_unlocked_start_date": null,
        "time_unlocked_end_date": null,
        "time_unlocked_period_id": null,
        "time_unlocked_interval": null,
        "last_activity_at": null,
        "two_factor_auth": false
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        },
        "company": {
          "data": {
            "type": "companies",
            "id": "9910"
          }
        },
        "subsidiary": {
          "data": null
        },
        "holiday_calendar": {
          "data": null
        }
      }
    },
    {
      "id": "9910",
      "type": "companies",
      "attributes": {
        "name": "Client8265",
        "billing_name": null,
        "vat": null,
        "default_currency": null,
        "created_at": "2022-05-24T01:14:21.613+02:00",
        "archived_at": null,
        "avatar_url": null,
        "invoice_email_recipients": {},
        "custom_fields": null,
        "company_code": null,
        "description": null,
        "due_days": null,
        "tag_list": [],
        "contact": {},
        "sample_data": false,
        "settings": {}
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "1655"
          }
        }
      }
    }
  ],
  "links": {
    "first": "http://www.example.com/api/v2/task_time_reports?filter%5Bproject_id%5D=1801&page%5Bnumber%5D=1&page%5Bsize%5D=30",
    "last": "http://www.example.com/api/v2/task_time_reports?filter%5Bproject_id%5D=1801&page%5Bnumber%5D=1&page%5Bsize%5D=30"
  },
  "meta": {
    "current_page": 1,
    "total_pages": 1,
    "total_count": 1,
    "page_size": 30,
    "max_page_size": 200,
    "organization_features": {
      "custom_fields": {
        "type": "metered",
        "limit": 15
      },
      "custom_fields_per_project": {
        "type": "metered",
        "limit": 10
      },
      "public_custom_reports": {
        "type": "metered",
        "limit": 100
      },
      "private_custom_reports": {
        "type": "metered",
        "limit": 30
      },
      "public_project_reports": {
        "type": "metered",
        "limit": 30
      },
      "private_project_reports": {
        "type": "metered",
        "limit": 10
      },
      "scheduling_placeholders": {
        "type": "metered",
        "limit": 5
      },
      "workflows": {
        "type": "metered",
        "limit": 5
      },
      "rate_cards": {
        "type": "metered",
        "limit": 30
      },
      "teams": {
        "type": "metered",
        "limit": 20
      },
      "recycle_bin": {
        "type": "restricted",
        "available": true,
        "limit": 180
      },
      "multigrouping": {
        "type": "switch",
        "available": true
      },
      "client_access_to_budgets": {
        "type": "switch",
        "available": true
      },
      "subsidiaries": {
        "type": "switch",
        "available": true
      },
      "time_approvals": {
        "type": "switch",
        "available": true
      },
      "expenses_approvals": {
        "type": "switch",
        "available": true
      },
      "timeoff_approvals": {
        "type": "switch",
        "available": true
      },
      "autotracking": {
        "type": "switch",
        "available": true
      },
      "forecasting": {
        "type": "switch",
        "available": true
      },
      "webhooks": {
        "type": "switch",
        "available": true
      },
      "table_pivoting": {
        "type": "switch",
        "available": true
      },
      "formula_fields": {
        "type": "switch",
        "available": true
      },
      "single_sign_on": {
        "type": "switch",
        "available": true
      },
      "duplicate_tasks": {
        "type": "switch",
        "available": true
      },
      "billable_time_rounding": {
        "type": "switch",
        "available": true
      },
      "payment_sync": {
        "type": "switch",
        "available": true
      },
      "booking_methods": {
        "type": "switch",
        "available": true
      },
      "import_tasks_csv": {
        "type": "switch",
        "available": true
      },
      "reactions": {
        "type": "switch",
        "available": true
      },
      "time_week_view": {
        "type": "switch",
        "available": true
      },
      "subtasks": {
        "type": "switch",
        "available": true
      },
      "time_calendar_layout": {
        "type": "switch",
        "available": true
      },
      "theming": {
        "type": "switch",
        "available": true
      },
      "remove_branding": {
        "type": "switch",
        "available": true
      },
      "custom_invoicing_email": {
        "type": "switch",
        "available": true
      },
      "google_calendar_layout": {
        "type": "switch",
        "available": true
      },
      "pulse": {
        "type": "switch",
        "available": true
      },
      "slack": {
        "type": "switch",
        "available": true
      },
      "task_custom_fields_library": {
        "type": "switch",
        "available": true
      },
      "timeline_layout": {
        "type": "switch",
        "available": true
      },
      "comment_visibility": {
        "type": "switch",
        "available": true
      },
      "time_off_sync": {
        "type": "switch",
        "available": true
      },
      "time_locking": {
        "type": "switch",
        "available": true
      },
      "docs": {
        "type": "switch",
        "available": true
      },
      "scheduling_resource_utilization": {
        "type": "switch",
        "available": true
      },
      "enforce_two_factor_auth": {
        "type": "switch",
        "available": true
      },
      "personio_integration": {
        "type": "switch",
        "available": true
      }
    },
    "settings": {}
  }
}

Get profitability reports
GET/api/v2/profitability_reports


Generated by aglio on 23 May 2022