---
title: "GET /api/resell/offers/{id}/listing"
method: GET
path: "/api/resell/offers/{id}/listing"
tags: ["api", "resell-offers"]
---

# GET /api/resell/offers/{id}/listing

`GET /api/resell/offers/{id}/listing`

Get listing of offer

## Path parameters

- `id` string, required

## Response `200`

OK

- GETResellOffersGetListingOfOffer200Response
  - `_id` string, required — The ID of the listing
  - `sellerId` string, required — The ID of the seller of this listing
  - `eventId` string, required — The ID of the event of this listing
  - `offerId` string, required — The ID of the offer of this listing
  - `status` union, required — The status of this listing
    - boolean
    - number
    - object
    - 'ACTIVE' | 'SOLD'
  - `items` object[], required — The items of this listing
    - `_id` string, required — The ID of this listing item
    - `ticketId` string, required — The ID of the listed ticket
    - `ticketTypeId` string, required — The ticket type of the listed ticket
    - `categoryRef` string, required — The category of the listed ticket
    - `seatingInfo` object[], required — The seating info for this ticket
      - `_id` string — The ID of the seating object.
      - `_type` 6 | 7, float, required — Indicates the type of seating object. Seat = 6, General Admission = 7.
      - `categoryId` string — The ID of the category containing the seating object.
      - `statusId` string, required — The ID of a container holding information about the seating status of the seating object.
      - `name` string, nullable — If _type == 7. The name of the general admission.
      - `seatType` 'handicapped' | 'limitedView' | 'foldable', nullable — If _type == 6. The type of the seat. null = normal.
      - `sectionName` string, nullable — If _type == 6. The name of the section where the seat is located.
      - `groupName` string, nullable — If _type == 6. The name of the row group where the seat is located.
      - `rowName` string, nullable — If _type == 6. The name of the row where the seat is located.
      - `seatName` string, nullable — If _type == 6. The seat name.
      - `gate` string, nullable — The entry gate associated with the seating object.
  - `_hold` object — Hold information of this listing
    - `holdId` string
    - `checkoutId` string
  - `createdAt` string, date-time, required — An ISO Timestamp indicating when the listing was created.
  - `updatedAt` string, date-time, required — An ISO Timestamp indicating when the listing was updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
