---
title: "LookupItemResponse"
url: "https://developers.zinnia.com/apis/orion-api/versions/716288b7-e96e-41a7-abc5-63925410717a/schemas/LookupItemResponse"
---

> Full API specification: https://developers.zinnia.com/apis/orion-api/versions/716288b7-e96e-41a7-abc5-63925410717a.md

# LookupItemResponse

## OpenAPI definition

```yaml
openapi: 3.0.4
info:
  title: Orion Call Center API
  version: v1
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    LookupItemResponse:
      type: object
      properties:
        id:
          type: integer
          description: Resolved tenant lookup identifier.
          format: int32
        value:
          type: string
          description: Canonical lookup name; renaming it is an API compatibility change.
          nullable: true
      additionalProperties: false
```
