20251226-新测试接口

This commit is contained in:
tigeren 2025-12-26 18:27:53 +08:00
parent e6ef3408dc
commit 96a0f62e44
1 changed files with 174 additions and 39 deletions

View File

@ -569,7 +569,7 @@ collection:
meta: meta:
id: req_7e68a38b23604aceb873757f874040c1 id: req_7e68a38b23604aceb873757f874040c1
created: 1766459030301 created: 1766459030301
modified: 1766459030301 modified: 1766630377904
isPrivate: false isPrivate: false
description: "" description: ""
sortKey: -1766459030314 sortKey: -1766459030314
@ -579,11 +579,12 @@ collection:
text: |- text: |-
{ {
"tenant_id": "PINGCAP", "tenant_id": "PINGCAP",
"user_id": "ddd",
"items": [ "items": [
{ {
"unique_id": "eywjehByyyrHtHQtdtnG", "unique_id": "eywjehByyyrHtHQtdtnG",
"owner_status": "COMPLETED", "owner_status": "COMPLETED",
"completion_notes": "ahhahahahahaha" "completion_note": "本待办为测试待办,测试设置为完成"
} }
] ]
} }
@ -599,6 +600,64 @@ collection:
send: true send: true
store: true store: true
rebuildPath: true rebuildPath: true
- url: "{{ _.BASE_URL }}/api/v1/todo/refresh_playbook_todo_opportunities"
name: Refresh Playbook Todo Opportunities
meta:
id: req_cb5e7c9e010346d381529c6360732fa3
created: 1766545945797
modified: 1766555317795
isPrivate: false
description: ""
sortKey: -1766459030310.5
method: POST
body:
mimeType: application/json
text: |-
{
"tenant_id": "PINGCAP",
"expected_closing_quarters": [],
"excluded_stages": ["Closed Lost", "Cancel"]
}
headers:
- name: Content-Type
value: application/json
description: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: "{{ _.BASE_URL }}/api/v1/todo/cleanup_playbook_todos"
name: Clean up playbook Todos
meta:
id: req_1ef4580f41ea4b089cfc85ddb04b9171
created: 1766557380664
modified: 1766557398156
isPrivate: false
description: ""
sortKey: -1766459030310.25
method: POST
body:
mimeType: application/json
text: |-
{
"tenant_id": "PINGCAP"
}
headers:
- name: Content-Type
value: application/json
description: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- name: Task - name: Task
meta: meta:
id: fld_0d3b840e770c4a1c9bc84599d407829b id: fld_0d3b840e770c4a1c9bc84599d407829b
@ -1932,24 +1991,24 @@ collection:
store: true store: true
rebuildPath: true rebuildPath: true
- url: "{{ _.BASE_URL }}/api/v1/workflow-deployments/deploy" - url: "{{ _.BASE_URL }}/api/v1/workflow-deployments/deploy"
name: Deploy Workflow - Duplicate name: Deploy Workflow - Part
meta: meta:
id: req_a13127644ca14bc2bcd5de7c6891cd56 id: req_a13127644ca14bc2bcd5de7c6891cd56
created: 1766459030301 created: 1766459030301
modified: 1766459030301 modified: 1766472326856
isPrivate: false isPrivate: false
description: "" description: ""
sortKey: -1766459030310 sortKey: -1766459030310
method: POST method: POST
body: body:
mimeType: application/json mimeType: application/json
text: | text: |-
{ {
"workflow_ids": [ "workflow_ids": [
"PLAN-REVIEW-HANDBOOK-05@olm" "PLAN-TODO-GEN-PLAYBOOK-01@default"
], ],
"force": true, "force": true,
"dry_run": false "dry_run": false
} }
headers: headers:
- name: Content-Type - name: Content-Type
@ -1964,35 +2023,80 @@ collection:
store: true store: true
rebuildPath: true rebuildPath: true
- url: "{{ _.BASE_URL }}/api/v1/workflow-deployments/deploy" - url: "{{ _.BASE_URL }}/api/v1/workflow-deployments/deploy"
name: Deploy Workflow name: Deploy Workflow - Full - General
meta: meta:
id: req_dca49f3375364509a53a62d6b2053b69 id: req_dca49f3375364509a53a62d6b2053b69
created: 1766459030301 created: 1766459030301
modified: 1766459030301 modified: 1766717678345
isPrivate: false isPrivate: false
description: "" description: ""
sortKey: -1766459030309 sortKey: -1766459030309
method: POST method: POST
body: body:
mimeType: application/json mimeType: application/json
text: | text: |-
{ {
"workflow_ids": [ "workflow_ids": [
"PLAN-GENERAL-DECOMPOSITION-03@default", "PLAN-GENERAL-DECOMPOSITION-03@default",
"PLAN-GENERAL-DECOMPOSITION-04@default", "PLAN-GENERAL-DECOMPOSITION-04@default",
"PLAN-GENERAL-DECOMPOSITION-05@default", "PLAN-GENERAL-DECOMPOSITION-05@default",
"PLAN-REPORT-DAILY-01@pb", "PLAN-REPORT-DAILY-01@pb",
"PLAN-REPORT-DAILY-02@default", "PLAN-REPORT-DAILY-02@default",
"PLAN-REPORT-WEEKLY-INDEX-01@default", "PLAN-REPORT-WEEKLY-INDEX-01@default",
"PLAN-REVIEW-HANDBOOK-01S-AI@od", "PLAN-REVIEW-HANDBOOK-01S-AI@od",
"PLAN-REVIEW-HANDBOOK-02@default", "PLAN-REVIEW-HANDBOOK-02@default",
"PLAN-REVIEW-HANDBOOK-05@owner_tree", "PLAN-REVIEW-HANDBOOK-05@default",
"PLAN-TODO-EVAL-MANUAL-01@default", "PLAN-TODO-EVAL-MANUAL-01@default",
"PLAN-TODO-EVAL-PLAYBOOK-01@default", "PLAN-TODO-EVAL-PLAYBOOK-01@default",
"PLAN-TODO-EXTRACTION-VISIT-01@default" "PLAN-TODO-EXTRACTION-VISIT-01@default",
], "PLAN-TODO-GEN-PLAYBOOK-01@default"
"force": true, ],
"dry_run": false "force": true,
"dry_run": false
}
headers:
- name: Content-Type
value: application/json
description: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: "{{ _.BASE_URL }}/api/v1/workflow-deployments/deploy"
name: Deploy Workflow - Full - CBG
meta:
id: req_0cecc0cab35d4793bb4fb59adc935424
created: 1766717575681
modified: 1766742194576
isPrivate: false
description: ""
sortKey: -1766459030308.5
method: POST
body:
mimeType: application/json
text: |-
{
"workflow_ids": [
"PLAN-GENERAL-DECOMPOSITION-03@default",
"PLAN-GENERAL-DECOMPOSITION-04@default",
"PLAN-GENERAL-DECOMPOSITION-05@default",
"PLAN-REPORT-DAILY-01@pb",
"PLAN-REPORT-DAILY-02@default",
"PLAN-REPORT-WEEKLY-INDEX-01@default",
"PLAN-REVIEW-HANDBOOK-01S-AI@owner_tree",
"PLAN-REVIEW-HANDBOOK-02@default",
"PLAN-REVIEW-HANDBOOK-05@owner_tree",
"PLAN-TODO-EVAL-MANUAL-01@default",
"PLAN-TODO-EVAL-PLAYBOOK-01@default",
"PLAN-TODO-EXTRACTION-VISIT-01@default",
"PLAN-TODO-GEN-PLAYBOOK-01@default"
],
"force": true,
"dry_run": false
} }
headers: headers:
- name: Content-Type - name: Content-Type
@ -3313,11 +3417,36 @@ collection:
send: true send: true
store: true store: true
rebuildPath: true rebuildPath: true
- name: entry-list - url: "{{ _.BASE_URL }}/api/v1/task-schedule/trigger_sales_playbook_todo_gen"
name: Trigger Playbook ToDo Gen
meta:
id: req_c412c03aa09a4ec5bf2795da1c7bda25
created: 1766545363368
modified: 1766545371089
isPrivate: false
description: ""
sortKey: -1766459030317.5
method: POST
body:
mimeType: application/json
text: |
{
"tenant_id": "PINGCAP",
"scheduled": true
}
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- name: Entry-List
meta: meta:
id: fld_c8218981653c4c9096adfae4c3815ac8 id: fld_c8218981653c4c9096adfae4c3815ac8
created: 1766459030301 created: 1766459030301
modified: 1766461056663 modified: 1766470827738
sortKey: -1766459030353 sortKey: -1766459030353
description: "" description: ""
children: children:
@ -3326,7 +3455,7 @@ collection:
meta: meta:
id: req_0ad6d7b19839414586b5f3a1a614cc2b id: req_0ad6d7b19839414586b5f3a1a614cc2b
created: 1766459030301 created: 1766459030301
modified: 1766461309480 modified: 1766558151290
isPrivate: false isPrivate: false
description: "" description: ""
sortKey: -1766459030320 sortKey: -1766459030320
@ -3466,20 +3595,26 @@ collection:
meta: meta:
id: req_6e849a897bef4a55b89927fadb027853 id: req_6e849a897bef4a55b89927fadb027853
created: 1766459030301 created: 1766459030301
modified: 1766461285675 modified: 1766560156893
isPrivate: false isPrivate: false
description: "" description: ""
sortKey: -1766459030324 sortKey: -1766459030324
method: POST method: POST
body: body:
mimeType: application/json mimeType: application/json
text: | text: |-
{ {
"tenant_id": "PINGCAP", "tenant_id": "PINGCAP",
"user_id": "01954119-73d7-770a-a0f8-e2f11eba4a34", "user_id": "01954119-73d7-770a-a0f8-e2f11eba4a34",
"limit": 100, "limit": 100,
"offset": 0, "offset": 0,
"high_seas_accounts": true "high_seas_accounts": true,
"filters": {
"unique_id": "bfZRTLlfxJpAUmovTrkLjhR",
"unique_id__in": [
"bfZRTLlfxJpAUmovTrkLjhR"
]
}
} }
headers: headers:
- name: Content-Type - name: Content-Type