11{
22 "info" : {
3- "_postman_id" : " 97085cd7-b298-4f1c-9629-24af14ff5f13 " ,
3+ "_postman_id" : " 4fc2b7cf-404a-4fd7-b6d2-4828a3994859 " ,
44 "name" : " tc-project-service" ,
55 "schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66 },
14521452 "response" : []
14531453 },
14541454 {
1455- "name" : " List projects with filters applied " ,
1455+ "name" : " List projects with filters - type (exact) " ,
14561456 "request" : {
14571457 "method" : " GET" ,
14581458 "header" : [
14661466 "raw" : " "
14671467 },
14681468 "url" : {
1469- "raw" : " {{api-url}}/v4/projects?filter=type%3Dgeneric " ,
1469+ "raw" : " {{api-url}}/v4/projects?filter=type%3Dapp " ,
14701470 "host" : [
14711471 " {{api-url}}"
14721472 ],
14771477 "query" : [
14781478 {
14791479 "key" : " filter" ,
1480- "value" : " type%3Dgeneric "
1480+ "value" : " type%3Dapp "
14811481 }
14821482 ]
14831483 },
14861486 "response" : []
14871487 },
14881488 {
1489- "name" : " List projects with filters - name, code, customer, manager " ,
1489+ "name" : " List projects with filters - id (exact) " ,
14901490 "request" : {
1491+ "method" : " GET" ,
1492+ "header" : [
1493+ {
1494+ "key" : " Authorization" ,
1495+ "value" : " Bearer {{jwt-token}}"
1496+ }
1497+ ],
1498+ "body" : {
1499+ "mode" : " raw" ,
1500+ "raw" : " "
1501+ },
14911502 "url" : {
1492- "raw" : " {{api-url}}/v4/projects?filter=id%3D1*%26name%3Dtes*%26code=test*%26customer%3DDiya*%26manager=first* " ,
1503+ "raw" : " {{api-url}}/v4/projects?filter=id%3D1" ,
14931504 "host" : [
14941505 " {{api-url}}"
14951506 ],
15001511 "query" : [
15011512 {
15021513 "key" : " filter" ,
1503- "value" : " id%3D1*%26name%3Dtes*%26code=test*%26customer%3DDiya*%26manager=first*" ,
1504- "equals" : true ,
1505- "description" : " "
1514+ "value" : " id%3D1"
15061515 }
1507- ],
1508- "variable" : []
1516+ ]
15091517 },
1518+ "description" : " List all the project with filters applied. The filter string should be url encoded. Default limit and offset is applicable"
1519+ },
1520+ "response" : []
1521+ },
1522+ {
1523+ "name" : " List projects with filters - name, code, customer, manager" ,
1524+ "request" : {
15101525 "method" : " GET" ,
15111526 "header" : [
15121527 {
15131528 "key" : " Authorization" ,
1514- "value" : " Bearer {{jwt-token}}" ,
1515- "description" : " "
1529+ "value" : " Bearer {{jwt-token}}"
15161530 }
15171531 ],
15181532 "body" : {
15191533 "mode" : " raw" ,
15201534 "raw" : " "
15211535 },
1522- "description" : " List all the project with filters applied. The filter string should be url encoded. Default limit and offset is applicable"
1523- },
1524- "response" : []
1525- },
1526- {
1527- "name" : " List projects with filters - id" ,
1528- "request" : {
15291536 "url" : {
1530- "raw" : " {{api-url}}/v4/projects?filter=id%3D2 " ,
1537+ "raw" : " {{api-url}}/v4/projects?filter=id%3D1*%26name%3Dtes*%26code=test*%26customer%3DDiya*%26manager=first* " ,
15311538 "host" : [
15321539 " {{api-url}}"
15331540 ],
15381545 "query" : [
15391546 {
15401547 "key" : " filter" ,
1541- "value" : " id%3D2" ,
1542- "equals" : true ,
1543- "description" : " "
1548+ "value" : " id%3D1*%26name%3Dtes*%26code=test*%26customer%3DDiya*%26manager=first*"
15441549 }
1545- ],
1546- "variable" : []
1550+ ]
15471551 },
1552+ "description" : " List all the project with filters applied. The filter string should be url encoded. Default limit and offset is applicable"
1553+ },
1554+ "response" : []
1555+ },
1556+ {
1557+ "name" : " List projects with filters - code" ,
1558+ "request" : {
15481559 "method" : " GET" ,
15491560 "header" : [
15501561 {
15511562 "key" : " Authorization" ,
1552- "value" : " Bearer {{jwt-token}}" ,
1553- "description" : " "
1563+ "value" : " Bearer {{jwt-token}}"
15541564 }
15551565 ],
15561566 "body" : {
15571567 "mode" : " raw" ,
15581568 "raw" : " "
15591569 },
1560- "description" : " List all the project with filters applied. The filter string should be url encoded. Default limit and offset is applicable"
1561- },
1562- "response" : []
1563- },
1564- {
1565- "name" : " List projects with filters - code" ,
1566- "request" : {
15671570 "url" : {
15681571 "raw" : " {{api-url}}/v4/projects?filter=code%3Dtest*" ,
15691572 "host" : [
15761579 "query" : [
15771580 {
15781581 "key" : " filter" ,
1579- "value" : " code%3Dtest*" ,
1580- "equals" : true ,
1581- "description" : " "
1582+ "value" : " code%3Dtest*"
15821583 }
1583- ],
1584- "variable" : []
1585- },
1586- "method" : " GET" ,
1587- "header" : [
1588- {
1589- "key" : " Authorization" ,
1590- "value" : " Bearer {{jwt-token}}" ,
1591- "description" : " "
1592- }
1593- ],
1594- "body" : {
1595- "mode" : " raw" ,
1596- "raw" : " "
1584+ ]
15971585 },
15981586 "description" : " List all the project with filters applied. The filter string should be url encoded. Default limit and offset is applicable"
15991587 },
55095497 ]
55105498 }
55115499 ]
5512- }
5500+ }
0 commit comments