cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/todo/{todo_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "id": 123, "inquiry": { "id": 123, "name": "<string>" }, "type": "M", "dueDate": "2023-12-25", "action": "<string>", "dDay": 123, "created": "2023-11-07T05:31:56Z", "inCharge": { "id": 123, "nickname": "<string>", "email": "<string>", "isActive": true, "grade": { "id": 123, "title": "<string>" } }, "completedInCharge": { "id": 123, "nickname": "<string>", "email": "<string>", "isActive": true, "grade": { "id": 123, "title": "<string>" } }, "dueTime": "<string>", "actionHistory": "<string>", "isComplete": true, "completedAt": "2023-11-07T05:31:56Z" }
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
의뢰
Show child attributes
타입
M
CA
MS
E
예정일
액션
2048
D-Day
생성일시
담당자
완료한 담당자
예정 시간
액션 히스토리
완료 여부
완료 일시