---
title: "Investment Details GET"
method: GET
path: "/company/{type}/{seq}"
tags: ["Company API"]
---

# Investment Details GET

`GET /company/{type}/{seq}`

Get Details Investment

## Path parameters

- `type` string, required
- `seq` integer, required

## Query parameters

- `searchType1` string
- `searchType2` string
- `searchType3` string
- `searchStartDate` string
- `searchEndDate` string
- `searchType` string
- `searchText` string
- `searchText2` string
- `searchCompany` string
- `searchTargetId` string
- `searchDisplayYn` string
- `searchLangType` string
- `searchDeviceType` string
- `searchBoardType` string
- `searchOrder` string
- `offsetStartNumber` integer

## Response `200`

OK

- ChamomileResponseInvestmentDetailsResponse
  - `code` integer
  - `message` string
  - `data` InvestmentDetailsResponse
    - `investmentVO` InvestmentVO
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `idx` integer
      - `seq` integer
      - `investmentType` string
      - `title` string
      - `content` string
      - `dartUrl` string
      - `dispYn` string
      - `readCnt` integer
      - `fileRegKey` string
      - `lang` string
      - `category` string
      - `file` string, binary
      - `fileSeq` integer
      - `filePath` string
      - `fileName` string
      - `fileNewName` string
      - `searchText` string
      - `dispDt` string
      - `loginId` string
    - `files` FileVO[]
      - `seq` integer
      - `fileRegKey` string
      - `boardType` string
      - `ord` integer
      - `orgName` string
      - `newName` string
      - `path` string
      - `size` integer
      - `type` string
      - `text` string
      - `ckToken` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
