POST /v1/template/group/get
그룹 템플릿 조회 (getTemplateGroup)
그룹 템플릿 조회
요청/응답 형식은 정보성-기본 템플릿 참고
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {{accessToken}}'
[Example] [Request] | ||
curl -L -X POST 'https://napi.bizppurio.com/v1/template/group/get \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -H ‘Authorization: Bearer {{accessToken}}' \ -d '{ "templateGroupKey":"YT1EN2VASCeC_UafFbmV", "templateCode":"TP-GROUP-BASIC-20241126-7309", }' |
||
[Example] [Response] | ||
{ "code": "200", "message": "요청 성공", "data": { "templateType": "BASIC", "productCode": "INFORMATION", "code": "TP-GROUP-BASIC-20241126-7309", "text": "템플릿 등록 테스트입니다.", "templateGroupKey": "YT1EN2VASCeC_UafFbmV", "categoryCode": "S001", "templateStatusType": "REGISTERED", "templateSendingStatusType": "WAITING", "freeOfCharge": false, "buttons": [ { "type": "WEB_LINK", "buttonCode": "BTN-CODE-1", "buttonName": "웹 링크 버튼" } ], "createdAt": "2024-12-26 15:54:00", "modifiedAt": "2024-12-26 15:54:00" } } |
POST /v1/template/group/register
그룹 템플릿 생성 (registerInformationTemplateGroup)
그룹 템플릿 생성
상세 요청/응답 형식은 정보성-기본 템플릿 참고
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {{accessToken}}'
[Example] [Request] | ||
curl -L -X POST 'https://napi.bizppurio.com/v1/template/group/register \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -H ‘Authorization: Bearer {{accessToken}}' \ -d '{ "templateGroupKey": "YT1EN2VASCeC_UafFbmV", "templateCode": "TP-GROUP-BASIC-20241126-7309", "text": "템플릿 등록 테스트입니다.", "categoryCode": "S001", "buttons": [ { "type": "WEB_LINK", "buttonCode": "BTN-CODE-1", "buttonName": "웹 링크 버튼" } ] }' |
[Example] [Response] | ||
{ "code": "200", "message": "요청 성공", "data": { "templateType": "BASIC", "productCode": "INFORMATION", "code": "TP-GROUP-BASIC-20241126-7309", "text": "템플릿 등록 테스트입니다.", "templateGroupKey": "YT1EN2VASCeC_UafFbmV", "categoryCode": "S001", "templateStatusType": "REGISTERED", "templateSendingStatusType": "WAITING", "freeOfCharge": false, "buttons": [ { "type": "WEB_LINK", "buttonCode": "BTN-CODE-1", "buttonName": "웹 링크 버튼" } ], "createdAt": "2024-12-26 15:54:00", "modifiedAt": "2024-12-26 15:54:00" } } |
POST /v1/template/group/search
최근 변경된 그룹 템플릿 조회 (searchTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
[Example] [Request] | ||
curl -L -X POST 'https://napi.bizppurio.com/v1/template/group/search \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -H ‘Authorization: Bearer {{accessToken}}' \ -d '{ "templateGroupKey":"dOn5qlguQ3iQ9eKHRNtZ", "fromDate":"2024-11-05", "toDate":"2024-11-11", "page": 1, "count": 5 }' |
||
[Example] [Request] | ||
{ "code": "200", "message": "요청 성공" } |
POST /v1/template/group/remove
그룹 템플릿 삭제 (removeTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
POST /v1/template/group/modify
그룹 템플릿 수정 (modifyTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
POST /v1/template/group/inspect
그룹 템플릿 검수 요청 (inspectTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
POST /v1/template/group/inspect/cancel
그룹 템플릿 검수 요청 취소 (inspectCancelTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
POST /v1/template/group/inspect/history
그룹 템플릿 검수 요청 이력 (inspectHistoryTemplateGroup)
상세 요청/응답 형식은 정보성-기본 템플릿 참고
댓글
댓글 0개
이 문서에는 댓글을 달 수 없습니다.