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/estimate/item/{item_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "id": 123, "title": "<string>", "unitCost": "<string>", "unit": "<string>", "image": "<string>", "description": "<string>", "classification": { "id": 123, "title": "<string>" } }
단일 견적서 항목의 상세 정보를 조회합니다. 분류, 단가, 단위, 설명 등을 포함합니다.
제목
256
단위당 비용
^-?\d{0,28}(?:\.\d{0,2})?$
단위
8
설명
2048
분류
Show child attributes