增加新周报的get功能
This commit is contained in:
parent
96a0f62e44
commit
a43e18b1b6
|
|
@ -1995,7 +1995,7 @@ collection:
|
||||||
meta:
|
meta:
|
||||||
id: req_a13127644ca14bc2bcd5de7c6891cd56
|
id: req_a13127644ca14bc2bcd5de7c6891cd56
|
||||||
created: 1766459030301
|
created: 1766459030301
|
||||||
modified: 1766472326856
|
modified: 1766992184263
|
||||||
isPrivate: false
|
isPrivate: false
|
||||||
description: ""
|
description: ""
|
||||||
sortKey: -1766459030310
|
sortKey: -1766459030310
|
||||||
|
|
@ -2005,7 +2005,8 @@ collection:
|
||||||
text: |-
|
text: |-
|
||||||
{
|
{
|
||||||
"workflow_ids": [
|
"workflow_ids": [
|
||||||
"PLAN-TODO-GEN-PLAYBOOK-01@default"
|
"PLAN-REVIEW-HANDBOOK-01S-AI@od",
|
||||||
|
"PLAN-REVIEW-HANDBOOK-05@default"
|
||||||
],
|
],
|
||||||
"force": true,
|
"force": true,
|
||||||
"dry_run": false
|
"dry_run": false
|
||||||
|
|
@ -3357,6 +3358,37 @@ collection:
|
||||||
send: true
|
send: true
|
||||||
store: true
|
store: true
|
||||||
rebuildPath: true
|
rebuildPath: true
|
||||||
|
- url: "{{ _.BASE_URL }}/api/v1/report/weekly"
|
||||||
|
name: Get Weekly Report (新周报)
|
||||||
|
meta:
|
||||||
|
id: req_2af8ffe6f22d44b2aa06f41d19965645
|
||||||
|
created: 1767058804180
|
||||||
|
modified: 1767170094001
|
||||||
|
isPrivate: false
|
||||||
|
description: ""
|
||||||
|
sortKey: -1766426417404
|
||||||
|
method: POST
|
||||||
|
body:
|
||||||
|
mimeType: application/json
|
||||||
|
text: |-
|
||||||
|
{
|
||||||
|
"tenant_id": "PINGCAP",
|
||||||
|
"report_year": 2026,
|
||||||
|
"report_week_of_year": 1,
|
||||||
|
"department": null
|
||||||
|
}
|
||||||
|
headers:
|
||||||
|
- name: Content-Type
|
||||||
|
value: application/json
|
||||||
|
description: ""
|
||||||
|
settings:
|
||||||
|
renderRequestBody: true
|
||||||
|
encodeUrl: true
|
||||||
|
followRedirects: global
|
||||||
|
cookies:
|
||||||
|
send: true
|
||||||
|
store: true
|
||||||
|
rebuildPath: true
|
||||||
- name: Task-Schedule
|
- name: Task-Schedule
|
||||||
meta:
|
meta:
|
||||||
id: fld_be30e402383546d2bf8353ce0033c3d7
|
id: fld_be30e402383546d2bf8353ce0033c3d7
|
||||||
|
|
@ -3632,21 +3664,25 @@ collection:
|
||||||
meta:
|
meta:
|
||||||
id: req_8d051770ef1b4fe680a91a26348d7419
|
id: req_8d051770ef1b4fe680a91a26348d7419
|
||||||
created: 1766459030301
|
created: 1766459030301
|
||||||
modified: 1766459030301
|
modified: 1766988768921
|
||||||
isPrivate: false
|
isPrivate: false
|
||||||
description: ""
|
description: ""
|
||||||
sortKey: -1766459030323
|
sortKey: -1766459030323
|
||||||
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,
|
"filters": {
|
||||||
"offset": 0,
|
}
|
||||||
"high_seas_accounts": true
|
|
||||||
}
|
}
|
||||||
|
headers:
|
||||||
|
- name: Content-Type
|
||||||
|
value: application/json
|
||||||
|
description: ""
|
||||||
|
disabled: false
|
||||||
settings:
|
settings:
|
||||||
renderRequestBody: true
|
renderRequestBody: true
|
||||||
encodeUrl: true
|
encodeUrl: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue