cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/settlement
{ "next": "<string>", "previous": "<string>", "results": [ { "id": 123, "title": "<string>", "status": "C", "amount": 1, "additionalAmount": 1, "vat": 1, "dueDate": "2023-12-25", "settledDate": "2023-12-25", "typeAlias": "<string>", "contract": { "id": 123, "title": "<string>", "amount": 123, "type": "I", "status": "P", "startDate": "2023-12-25", "endDate": "2023-12-25" } } ] }
Pagination을 위한 커서
한번에 조회할 데이터의 개수 (limit)
Show child attributes