12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "variables": [],
- "info": {
- "name": "Laravel API",
- "_postman_id": "",
- "description": "",
- "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
- },
- "item": [
- {
- "name": "Group A",
- "description": "",
- "item": [
- {
- "name": "api\/withQueryParameters",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api\/withQueryParameters",
- "query": [
- {
- "key": "location_id",
- "value": "consequatur",
- "description": "The id of the location.",
- "disabled": false
- },
- {
- "key": "user_id",
- "value": "me",
- "description": "The id of the user.",
- "disabled": false
- },
- {
- "key": "page",
- "value": "4",
- "description": "The page number.",
- "disabled": false
- },
- {
- "key": "filters",
- "value": "consequatur",
- "description": "The filters.",
- "disabled": false
- },
- {
- "key": "url_encoded",
- "value": "%2B+%5B%5D%26%3D",
- "description": "Used for testing that URL parameters will be URL-encoded where needed.",
- "disabled": false
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "[]"
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|