---
title: "Returns the advisor with company and fmo details"
method: GET
path: "/Advisors/getAdvisorWithCompanyDetail/{advisorId}"
tags: ["Advisors"]
---

# Returns the advisor with company and fmo details

`GET /Advisors/getAdvisorWithCompanyDetail/{advisorId}`

## Path parameters

- `advisorId` integer, required

## Response `200`

the company details for advisor

- AdaptekApiApplicationAdvisorsQueriesGetAdvisorGetAdvisorWithCompanyDetailResponse
  - `id` integer
  - `holdingCompanyId` integer
  - `holdingCompanyName` string, nullable
  - `fmoId` integer
  - `fmoName` string, nullable
  - `title` string, nullable
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `active` boolean, nullable
  - `externalId` string, nullable
  - `email` string, nullable
  - `portalIdentifier` integer, nullable

## Other responses

- `404` — The advisor was not found

---

[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)
