# Get all incomes **GET /api/v2/income** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs. - **filter[employment_uuids]** (string) Filter by a comma separated list of employment UUIDs that are linked to incomes. - **filter[type]** (string) Filter by comma separate list of income types. Possible values are [salary, dividend, bonus, benefit, other, investment, rental, pension]. - **filter[frequency]** (string) Filter by comma separate list of frequencies. - **filter[amount_type]** (string) Filter by comma separate list of amount types. Possible values are [net,gross]. - **filter[start_date]** (string) Filter income by start date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[end_date]** (string) Filter income by end date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[amount]** (string) Filter income by amount in pennies. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [account, employment]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, name, amount, start_date, end_date]. Negative sign to denote DESC. Defaults to 'created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)