목록 등급 수식 list-ranking-formulas
순위 공식은 순위를 매기는 방법을 정의하는 순위 함수로 구성됩니다.
오퍼 라이브러리 API에 대한 단일 GET 요청을 수행하여 모든 등급 수식 목록을 볼 수 있습니다.
API 형식
GET /{ENDPOINT_PATH}/ranking-formulas?{QUERY_PARAMS}
매개변수
설명
예
{ENDPOINT_PATH}지속성 API의 끝점 경로입니다.
https://platform.adobe.io/data/core/dps{QUERY_PARAMS}exdFunction.
property=exdFunction%3D%3Dtrue쿼리 매개 변수 사용 using-query-parameters
쿼리 매개 변수를 사용하여 리소스를 나열할 때 결과를 페이지로 지정하고 필터링할 수 있습니다.
페이징 paging
페이징에 가장 일반적인 쿼리 매개 변수는 다음과 같습니다.
매개변수
설명
예
property선택적 속성 필터:
- 속성은 AND 작업별로 그룹화됩니다.
- 매개 변수는 다음과 같이 반복될 수 있습니다. property={PROPERTY_EXPR}[&property={PROPERTY_EXPR2}…] 또는 property={PROPERTY_EXPR1}[,{PROPERTY_EXPR2}…]
- 속성 표현식이
[ !]field[op]value형식이며op에[==,!=,<=,>=,<,>,~]이(가) 있어 정규 표현식을 지원합니다.
property=name!=abc&property=id~.*1234.*&property=description equivalent with property=name!=abc,id~.*1234.*,description.orderBy특정 속성별로 결과를 정렬합니다. 이름 앞에 - 를 추가하면 (orderby=-name) 내림차순 (Z-A)으로 이름별로 항목이 정렬됩니다. 경로 표현식은 점으로 구분된 경로 형식입니다. 이 매개 변수는 다음과 같이 반복될 수 있습니다.
orderby=field1[,-fields2,field3,...]orderby=id,-namelimit반환되는 엔티티 수를 제한합니다.
limit=5요청
curl -X GET 'https://platform.adobe.io/data/core/dps/ranking-formulas?property=exdFunction%3D%3Dtrue&limit=2' \
-H 'Accept: *,application/json' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {IMS_ORG}' \
-H 'x-sandbox-name: {SANDBOX_NAME}'
응답
성공적인 응답은 액세스 권한이 있는 등급 수식 목록을 반환합니다.
{
"results": [
{
"created": "2024-08-08T23:45:15.380Z",
"modified": "2024-10-22T18:15:05.909Z",
"etag": 36,
"schemas": [
"https://ns.adobe.com/experience/offer-management/ranking-function"
],
"createdBy": "71486D7B5F4011980A494030@AdobeID",
"lastModifiedBy": "71486D7B5F4011980A494030@AdobeID",
"id": "dps:ranking-function:1947f5372cc4ed74",
"name": "[Do not delete] - Cypress e2e - edit",
"description": "some description",
"returnType": {
"type": "INTEGER"
},
"exdFunction": true,
"expression": {
"type": "PQL",
"format": "pql/text",
"value": "42 = 11"
}
},
{
"created": "2024-05-03T13:06:22.361Z",
"modified": "2024-10-18T22:47:35.396Z",
"etag": 2,
"schemas": [
"https://ns.adobe.com/experience/offer-management/ranking-function;version=0.3"
],
"createdBy": "FD62391F5B44DF970A494124@AdobeID",
"lastModifiedBy": "6F8A6FF05F4011C40A494005@AdobeID",
"id": "xcore:ranking-function:18ca80c5b15c5e11",
"name": "doc test exd",
"description": "",
"returnType": {
"type": "INTEGER"
},
"exdFunction": true,
"expression": {
"type": "PQL",
"format": "pql/text",
"value": "false"
}
}
],
"count": 2,
"total": 50,
"_links": {
"self": {
"href": "/ranking-formulas?orderby=-modified&limit=2",
"type": "application/json"
},
"next": {
"href": "/ranking-formulas?orderby=-modified&limit=2&start=2024-10-18T22:22:35.048Z",
"type": "application/json"
}
}
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76