cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/client \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "next": "<string>", "previous": "<string>", "results": [ { "id": 123, "companyName": "<string>", "created": "2023-11-07T05:31:56Z", "status": { "id": 123, "title": "<string>" }, "inCharge": "<string>", "position": "<string>", "contact": "<string>", "email": "jsmith@example.com" } ] }
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
생성일 종료 (YYYY-MM-DD)
생성일 시작 (YYYY-MM-DD)
Pagination을 위한 커서
숨김 처리 여부 필터 (true: 숨김 항목만, false: 비숨김 항목만, 미전달: 전체)
한번에 조회할 데이터의 개수 (limit)
Show child attributes