Skip to main content
GET
/
v1
/
inquiry
/
{inquiry_id}
/
history
의뢰 히스토리 목록
curl --request GET \
  --url https://openapi.pluuug.com/v1/inquiry/{inquiry_id}/history
{
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": 123,
      "content": "<string>",
      "created": "2025-09-10T16:53:39.429684",
      "member": {
        "id": 123,
        "nickname": "<string>",
        "email": "<string>",
        "isActive": true,
        "grade": {
          "id": 123,
          "title": "<string>"
        }
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

inquiry_id
integer
required

Query Parameters

cursor
string

Pagination을 위한 커서

page_size
integer

한번에 조회할 데이터의 개수 (limit)

Response

200 - application/json
next
string | null
previous
string | null
results
object[]
I