collection_with_query_parameters.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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\/withQueryParameters",
  16. "request": {
  17. "url": "http:\/\/localhost\/api\/withQueryParameters?location_id=consequatur&user_id=me&page=4&filters=consequatur&url_encoded=%2B+%5B%5D%26%3D",
  18. "method": "GET",
  19. "header": [
  20. {
  21. "key": "Content-Type",
  22. "value": "application\/json"
  23. },
  24. {
  25. "key": "Accept",
  26. "value": "application\/json"
  27. }
  28. ],
  29. "body": {
  30. "mode": "formdata",
  31. "formdata": []
  32. },
  33. "description": "",
  34. "response": []
  35. }
  36. }
  37. ]
  38. }
  39. ]
  40. }