---
title: "List other income"
method: GET
path: "/other-income"
tags: ["Other Income"]
---

# List other income

`GET /other-income`

Returns a list of other income entries

## Query parameters

- `team_id` string
- `client_id` integer
- `start_date` string, date
- `end_date` string, date
- `sources` string[]

## Response `200`

Successful response

- object
  - `data` OtherIncome[]
    - `id` integer
    - `team_id` integer
    - `client_id` integer, nullable
    - `amount` number
    - `source` string
    - `note` string, nullable
    - `date` string, date
    - `taxes` Tax[]
      - `id` integer
      - `global_tax_id` integer, nullable
      - `name` string
      - `rate` number
      - `type` 'global' | 'applied'

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
