Skip to content

Instantly share code, notes, and snippets.

@UtkuGlsvn
Last active August 16, 2023 16:16
Show Gist options
  • Save UtkuGlsvn/24bf84cba151f65b27e74bfd2fb7ce74 to your computer and use it in GitHub Desktop.
Save UtkuGlsvn/24bf84cba151f65b27e74bfd2fb7ce74 to your computer and use it in GitHub Desktop.
test.json
{
"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