collection_with_body_parameters.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "variables": [],
  3. "info": {
  4. "name": "Laravel API",
  5. "_postman_id": "",
  6. "description": "",
  7. "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
  8. },
  9. "item": [
  10. {
  11. "name": "Group A",
  12. "description": "",
  13. "item": [
  14. {
  15. "name": "http://localhost/api/withBodyParameters",
  16. "request": {
  17. "url": "http:\/\/localhost\/api\/withBodyParameters",
  18. "method": "GET",
  19. "header": [
  20. {
  21. "key": "Accept",
  22. "value": "application/json"
  23. }
  24. ],
  25. "body": {
  26. "mode": "formdata",
  27. "formdata": [
  28. {
  29. "key": "user_id",
  30. "value": 9,
  31. "type": "text",
  32. "enabled": true
  33. },
  34. {
  35. "key": "room_id",
  36. "value": "consequatur",
  37. "type": "text",
  38. "enabled": true
  39. },
  40. {
  41. "key": "forever",
  42. "value": false,
  43. "type": "text",
  44. "enabled": true
  45. },
  46. {
  47. "key": "another_one",
  48. "value": 11613.31890586,
  49. "type": "text",
  50. "enabled": true
  51. },
  52. {
  53. "key": "yet_another_param",
  54. "value": [],
  55. "type": "text",
  56. "enabled": true
  57. },
  58. {
  59. "key": "even_more_param",
  60. "value": [],
  61. "type": "text",
  62. "enabled": true
  63. },
  64. {
  65. "key": "book.name",
  66. "value": "consequatur",
  67. "type": "text",
  68. "enabled": true
  69. },
  70. {
  71. "key": "book.author_id",
  72. "value": 17,
  73. "type": "text",
  74. "enabled": true
  75. },
  76. {
  77. "key": "book[pages_count]",
  78. "value": 17,
  79. "type": "text",
  80. "enabled": true
  81. },
  82. {
  83. "key": "ids.*",
  84. "value": 17,
  85. "type": "text",
  86. "enabled": true
  87. },
  88. {
  89. "key": "users.*.first_name",
  90. "value": "John",
  91. "type": "text",
  92. "enabled": true
  93. },
  94. {
  95. "key": "users.*.last_name",
  96. "value": "Doe",
  97. "type": "text",
  98. "enabled": true
  99. }
  100. ]
  101. },
  102. "description": "",
  103. "response": []
  104. }
  105. }
  106. ]
  107. }
  108. ]
  109. }