diff --git a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json index 3d4bf0c..93dac19 100644 --- a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json +++ b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json @@ -109,18 +109,22 @@ "key": "scope", "value": "personal" }, - { - "key": "overviewKey", - "value": "open" - }, + { + "key": "overviewKey", + "value": "TicketsNew" + }, { "key": "overviewRelationExpectedCount", "value": "0" }, - { - "key": "overviewKeys", + { + "key": "overviewKeys", "value": "TicketsNew,TicketsActive,TicketsCritical,TicketsNewInfo,IncidentNew,IncidentActive,IncidentCritical,IncidentNewInfo,ServiceRequestsNew,ServiceRequestsActive,ServiceRequestsCritical,ServiceRequestsNewInfo,UnassignedTickets,UnassignedTicketsCritical" - }, + }, + { + "key": "overviewKeysJson", + "value": "[\"TicketsNew\",\"TicketsActive\",\"TicketsCritical\",\"TicketsNewInfo\",\"IncidentNew\",\"IncidentActive\",\"IncidentCritical\",\"IncidentNewInfo\",\"ServiceRequestsNew\",\"ServiceRequestsActive\",\"ServiceRequestsCritical\",\"ServiceRequestsNewInfo\",\"UnassignedTickets\",\"UnassignedTicketsCritical\"]" + }, { "key": "queueOption", "value": "0" @@ -698,7 +702,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"Sid\": \"{{sid}}\",\r\n \"RoleGuids\": [\r\n \"{{roleGuid}}\"\r\n ],\r\n \"Keys\": [\r\n \"open\",\r\n \"overdue\"\r\n ],\r\n \"QueueOption\": {{queueOption}},\r\n \"Queues\": \"{{queues}}\"\r\n}" + "raw": "{\r\n \"Sid\": \"{{sid}}\",\r\n \"RoleGuids\": [\r\n \"{{roleGuid}}\"\r\n ],\r\n \"Keys\": {{overviewKeysJson}},\r\n \"QueueOption\": {{queueOption}},\r\n \"Queues\": \"{{queues}}\"\r\n}" }, "url": { "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getTicketOverviewCountsByRoles", @@ -980,7 +984,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"userId\": \"{{userId}}\",\r\n \"RoleGuids\": [\"{{roleGuid}}\"],\r\n \"Keys\": [\"TicketsNew\", \"TicketsActive\"],\r\n \"QueueOption\": {{queueOption}},\r\n \"Queues\": \"{{queues}}\"\r\n}" + "raw": "{\r\n \"userId\": \"{{userId}}\",\r\n \"RoleGuids\": [\"{{roleGuid}}\"],\r\n \"Keys\": {{overviewKeysJson}},\r\n \"QueueOption\": {{queueOption}},\r\n \"Queues\": \"{{queues}}\"\r\n}" }, "url": { "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getTicketOverviewCountsByRolesForUser", @@ -1067,7 +1071,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"UserId\": \"{{userId}}\",\r\n \"Scope\": \"{{scope}}\",\r\n \"Keys\": [\"TicketsNew\", \"TicketsActive\"],\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": { "raw": "{{baseUrl}}/api/c4itf4sdwebapi/v2/getTicketOverviewCounts",