Update v2 overview Postman requests for user IDs

This commit is contained in:
Drechsler, Meik
2026-07-23 18:23:55 +02:00
parent 228dcd6a07
commit c85addf0f4

View File

@@ -1129,7 +1129,7 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{\r\n \"Sid\": \"{{sid}}\",\r\n \"Scope\": \"{{scope}}\",\r\n \"Keys\": {{overviewKeysJson}},\r\n \"Filters\": { \"Filters\": [] }\r\n}" "raw": "{\r\n \"UserId\": \"{{userId}}\",\r\n \"Scope\": \"{{scope}}\",\r\n \"Keys\": {{overviewKeysJson}},\r\n \"Filters\": { \"Filters\": [] }\r\n}"
}, },
"url": { "url": {
"raw": "{{baseUrl}}/api/c4itf4sdwebapi/v2/getTicketOverviewCounts", "raw": "{{baseUrl}}/api/c4itf4sdwebapi/v2/getTicketOverviewCounts",
@@ -1166,7 +1166,7 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{\r\n \"Sid\": \"{{sid}}\",\r\n \"Scope\": \"{{scope}}\",\r\n \"Key\": \"{{overviewKey}}\",\r\n \"Count\": {{overviewRelationExpectedCount}},\r\n \"Filters\": { \"Filters\": [] }\r\n}" "raw": "{\r\n \"UserId\": \"{{userId}}\",\r\n \"Scope\": \"{{scope}}\",\r\n \"Key\": \"{{overviewKey}}\",\r\n \"Count\": {{overviewRelationExpectedCount}},\r\n \"Filters\": { \"Filters\": [] }\r\n}"
}, },
"url": { "url": {
"raw": "{{baseUrl}}/api/c4itf4sdwebapi/v2/getTicketOverviewRelations", "raw": "{{baseUrl}}/api/c4itf4sdwebapi/v2/getTicketOverviewRelations",