---
title: "LookupValue"
url: "https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660/schemas/LookupValue"
---

> Full API specification: https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660.md

# LookupValue

A single lookup value entry

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: "2.0"
servers:
  - url: https://trident-api.connecttrident.com
    description: Generated server url
components:
  schemas:
    LookupValue:
      type: object
      description: A single lookup value entry
      properties:
        id:
          type: integer
          description: Unique identifier for the lookup value
          example: 2000007
        code:
          type: string
          description: Code identifier for the lookup value (may not be present for all
            entries)
          example: M1609
        description:
          type: string
          description: Human-readable description of the lookup value
          example: Mosaic Syndicate 1609
      required:
        - id
        - description
```
