Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/settlement/{settlement_id}/history/{history_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "id": 123, "content": "<string>", "created": "2023-11-07T05:31:56Z", "member": { "id": 123, "nickname": "<string>", "email": "<string>", "isActive": true, "grade": { "id": 123, "title": "<string>" } } }
단일 텍스트 히스토리의 상세를 조회합니다. content, 작성 멤버, 생성 시간을 포함합니다.
내용
5000
생성시간
작성 멤버
Show child attributes