---
title: "returns a single suggested photo (Auth policies: ganjoor:photos)"
method: GET
path: "/api/poetphotos/{id}"
tags: ["GanjoorPoetSuggestedPhotos"]
---

# returns a single suggested photo (Auth policies: ganjoor:photos)

`GET /api/poetphotos/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- GanjoorPoetSuggestedPictureViewModel
  - `id` integer — id
  - `poetId` integer — Poet Id
  - `picOrder` integer — order
  - `title` string, nullable — Title
  - `description` string, nullable — Description
  - `imageUrl` string, nullable — image url
  - `suggestedById` string, uuid, nullable — suggested by id
  - `published` boolean — published
  - `chosenOne` boolean — selected
  - `rejectionCause` string, nullable — rejection cause
  - `externalNormalSizeImageUrl` string, nullable — external normal size image url

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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)
