---
title: "Returns a list of Assets by Owners"
method: GET
path: "/v1/Liabilities/byowners"
tags: ["Liabilities"]
---

# Returns a list of Assets by Owners

`GET /v1/Liabilities/byowners`

## Query parameters

- `ownerIds` integer[]
- `liabilityTypes` AdaptekApiCommonConstantsAccountsLiabilityType[]

## Response `200`

The list of liabilities by owners

- AdaptekApiApplicationLiabilitiesLiabilityDto[]
  - `id` integer
  - `liabilityTypeId` 1 | 2 | 3 | 4 | 5 | 6 | 7
  - `description` string, nullable
  - `maturityDate` string, date-time, nullable
  - `personModified` integer, nullable
  - `userModified` integer, nullable
  - `dateModified` string, date-time
  - `accountNumber` string, nullable
  - `isDeleted` boolean
  - `dateCreated` string, date-time
  - `personCreated` integer, nullable
  - `userCreated` integer, nullable
  - `liabilityOwners` AdaptekApiApplicationLiabilitiesLiabilityOwnerDto[], nullable
    - `id` integer
    - `liabilityId` integer
    - `personId` integer
    - `isDeleted` boolean
  - `liabilityAmounts` AdaptekApiApplicationLiabilitiesLiabilityAmountDto[], nullable
    - `id` integer
    - `liabilityId` integer
    - `liability` number, double
    - `liabilityDate` string, date-time
    - `isDeleted` boolean
    - `dateModified` string, date-time
    - `personModified` integer, nullable
    - `userModified` integer, nullable
  - `liabilityByAllAccounts` AdaptekApiApplicationLiabilitiesLiabilityByAllAccountsDto
    - `liabilityId` integer
    - `advisorIdentifier` string, nullable
    - `clientIdentifier` string, nullable
    - `institutionIdentifier` string, nullable
    - `accountIdentifier` string, nullable
    - `dataLastReceived` string, date-time, nullable
    - `isDeleted` boolean

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
