diff --git a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json index 971fd29..7daffe0 100644 --- a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json +++ b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json @@ -367,18 +367,32 @@ } ], "url": { - "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getTicketList/{{sid}}/{{hours}}/{{queueOption}}/{{queues}}", + "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getTicketList?sid={{sid}}&hours={{hours}}&queueoption={{queueOption}}&queues={{queues}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "c4itf4sdwebapi", - "getTicketList", - "{{sid}}", - "{{hours}}", - "{{queueOption}}", - "{{queues}}" + "getTicketList" + ], + "query": [ + { + "key": "sid", + "value": "{{sid}}" + }, + { + "key": "hours", + "value": "{{hours}}" + }, + { + "key": "queueoption", + "value": "{{queueOption}}" + }, + { + "key": "queues", + "value": "{{queues}}" + } ] } } @@ -452,16 +466,24 @@ } ], "url": { - "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkCreateTicket/{{sid}}/{{assetName}}", + "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkCreateTicket?sid={{sid}}&assetname={{assetName}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "c4itf4sdwebapi", - "getDirectLinkCreateTicket", - "{{sid}}", - "{{assetName}}" + "getDirectLinkCreateTicket" + ], + "query": [ + { + "key": "sid", + "value": "{{sid}}" + }, + { + "key": "assetname", + "value": "{{assetName}}" + } ] } } @@ -477,16 +499,24 @@ } ], "url": { - "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkF4SD/{{eoid}}/{{type}}", + "raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkF4SD?eoid={{eoid}}&type={{type}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "c4itf4sdwebapi", - "getDirectLinkF4SD", - "{{eoid}}", - "{{type}}" + "getDirectLinkF4SD" + ], + "query": [ + { + "key": "eoid", + "value": "{{eoid}}" + }, + { + "key": "type", + "value": "{{type}}" + } ] } }