Last active
August 16, 2023 16:16
-
-
Save UtkuGlsvn/24bf84cba151f65b27e74bfd2fb7ce74 to your computer and use it in GitHub Desktop.
test.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"item": [ | |
{ | |
"name": "Create", | |
"request": { | |
"url": { | |
"raw": "{{base}}/user/reports/funnel-report-schedule/create?workspace_id=1&name=genel&period=1&property_id=261656317", | |
"query": [ | |
{ | |
"key": "workspace_id", | |
"value": "1", | |
"description": "required|exists:workspaces,id" | |
}, | |
{ | |
"key": "name", | |
"value": "genel", | |
"description": "required|string" | |
}, | |
{ | |
"key": "period", | |
"value": "1", | |
"description": "required|0-daily 1-wekly" | |
}, | |
{ | |
"key": "property_id", | |
"value": "261656317", | |
"description": "required|exists:ga4_analytics_properties,google_id" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"name": "List Report Data", | |
"request": { | |
"url": { | |
"raw": "{{base}}/user/reports/funnel-report-schedule/report-data-list?workspace_id=1", | |
"path": [ | |
"user", | |
"reports", | |
"funnel-report-schedule", | |
"report-data-list" | |
], | |
"query": [ | |
{ | |
"key": "workspace_id", | |
"value": "1", | |
"description": "required|exists:workspaces,id" | |
} | |
] | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment