인기검색어 제외 관리
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
성공
*/*
stringOptional
900
업무처리 오류 내용
*/*
post/v1/search/excludPopularKewordMgmt/saveExcludPopularKeword
POST /api/bo/v1/search/excludPopularKewordMgmt/saveExcludPopularKeword HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 262
{
"all": [
{
"id": "text",
"excludingSearchTerms": "text",
"offset": 1
}
],
"create": [
{
"id": "text",
"excludingSearchTerms": "text",
"offset": 1
}
],
"update": [
{
"id": "text",
"excludingSearchTerms": "text",
"offset": 1
}
],
"delete": [
{
"id": "text",
"excludingSearchTerms": "text",
"offset": 1
}
]
}textAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
siteNostringRequiredExample:
사이트번호
1excludingSearchTermsstringOptional
제외검색어
pageIdxstringRequiredExample:
현재 페이지
1rowsPerPagestringRequiredExample:
페이지 당 row
10Responses
200
성공
*/*
sizeinteger · int32Optional
frominteger · int32Optional
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
get/v1/search/excludPopularKewordMgmt/getExcludPopularKewordList
GET /api/bo/v1/search/excludPopularKewordMgmt/getExcludPopularKewordList?request=[object+Object]&siteNo=text&pageIdx=text&rowsPerPage=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"size": 1,
"from": 1,
"totalCount": 1,
"searchDataList": [
{
"id": "text",
"excludingSearchTerms": "text",
"offset": 1
}
]
}마지막 업데이트