---
title: "returns list of suggested spec lines for a poet"
method: GET
path: "/api/poetspecs/poet/{id}"
tags: ["GanjoorPoetSuggestedSpecLines"]
---

# returns list of suggested spec lines for a poet

`GET /api/poetspecs/poet/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- GanjoorPoetSuggestedSpecLineViewModel[]
  - `id` integer — Id
  - `poetId` integer — Poet Id
  - `lineOrder` integer — order
  - `contents` string, nullable — Contents
  - `published` boolean — published
  - `suggestedById` string, uuid, nullable — suggested by id
  - `rejectionCause` string, nullable — rejection cause

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
