cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/client
{ "next": "<string>", "previous": "<string>", "results": [ { "id": 123, "status": { "id": 123, "title": "<string>" }, "companyName": "<string>", "inCharge": "<string>", "position": "<string>", "contact": "<string>", "email": "jsmith@example.com" } ] }
Pagination을 위한 커서
한번에 조회할 데이터의 개수 (limit)
Show child attributes