collection_with_query_parameters.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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": "api\/withQueryParameters",
  16. "request": {
  17. "url": {
  18. "protocol": "http",
  19. "host": "localhost",
  20. "path": "api\/withQueryParameters",
  21. "query": [
  22. {
  23. "key": "location_id",
  24. "value": "consequatur",
  25. "description": "The id of the location.",
  26. "disabled": false
  27. },
  28. {
  29. "key": "user_id",
  30. "value": "me",
  31. "description": "The id of the user.",
  32. "disabled": false
  33. },
  34. {
  35. "key": "page",
  36. "value": "4",
  37. "description": "The page number.",
  38. "disabled": false
  39. },
  40. {
  41. "key": "filters",
  42. "value": "consequatur",
  43. "description": "The filters.",
  44. "disabled": false
  45. },
  46. {
  47. "key": "url_encoded",
  48. "value": "%2B+%5B%5D%26%3D",
  49. "description": "Used for testing that URL parameters will be URL-encoded where needed.",
  50. "disabled": false
  51. }
  52. ]
  53. },
  54. "method": "GET",
  55. "header": [
  56. {
  57. "key": "Content-Type",
  58. "value": "application\/json"
  59. },
  60. {
  61. "key": "Accept",
  62. "value": "application\/json"
  63. }
  64. ],
  65. "body": {
  66. "mode": "raw",
  67. "raw": "[]"
  68. },
  69. "description": "",
  70. "response": []
  71. }
  72. }
  73. ]
  74. }
  75. ]
  76. }