{ "uuid": "1efbb93b-4645-4c6c-92be-103d167af15c", "lastMigration": 29, "name": "Google Analytics Data API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c1a35583-e477-48b2-aa38-033313b3bec1", "documentation": "Returns metadata for dimensions and metrics available in reporting methods. Used to explore the dimensions and metrics. In this method, a Google Analytics GA4 Property Identifier is specified in the request, and the metadata response includes Custom dimensions and metrics as well as Universal metadata. For example if a custom metric with parameter name `levels_unlocked` is registered to a property, the Metadata response will contain `customEvent:levels_unlocked`. Universal metadata are dimensions and metrics applicable to any property such as `country` and `totalUsers`.", "method": "get", "endpoint": "v1beta/:name", "responses": [ { "uuid": "4746d031-e48d-4621-b4f9-0833f0cd2f02", "body": "{\n \"dimensions\": [\n {\n \"apiName\": \"\",\n \"category\": \"\",\n \"customDefinition\": {{faker 'datatype.boolean'}},\n \"deprecatedApiNames\": [\n \"\"\n ],\n \"description\": \"\",\n \"uiName\": \"\"\n }\n ],\n \"metrics\": [\n {\n \"apiName\": \"\",\n \"blockedReasons\": [\n \"{{oneOf (array 'BLOCKED_REASON_UNSPECIFIED' 'NO_REVENUE_METRICS' 'NO_COST_METRICS')}}\"\n ],\n \"category\": \"\",\n \"customDefinition\": {{faker 'datatype.boolean'}},\n \"deprecatedApiNames\": [\n \"\"\n ],\n \"description\": \"\",\n \"expression\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\",\n \"uiName\": \"\"\n }\n ],\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abc94a47-d93c-45b1-bc80-4efaa69ee262", "documentation": "Returns multiple pivot reports in a batch. All reports must be for the same GA4 Property.", "method": "post", "endpoint": "v1beta/:property:batchRunPivotReports", "responses": [ { "uuid": "e86f2dad-4b31-43ab-842d-a798148ec029", "body": "{\n \"kind\": \"\",\n \"pivotReports\": [\n {\n \"aggregates\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"dimensionHeaders\": [\n {\n \"name\": \"\"\n }\n ],\n \"kind\": \"\",\n \"metadata\": {\n \"currencyCode\": \"\",\n \"dataLossFromOtherRow\": {{faker 'datatype.boolean'}},\n \"emptyReason\": \"\",\n \"schemaRestrictionResponse\": {\n \"activeMetricRestrictions\": [\n {\n \"metricName\": \"\",\n \"restrictedMetricTypes\": [\n \"{{oneOf (array 'RESTRICTED_METRIC_TYPE_UNSPECIFIED' 'COST_DATA' 'REVENUE_DATA')}}\"\n ]\n }\n ]\n },\n \"subjectToThresholding\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\"\n },\n \"metricHeaders\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\"\n }\n ],\n \"pivotHeaders\": [\n {\n \"pivotDimensionHeaders\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"rowCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"propertyQuota\": {\n \"concurrentRequests\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"potentiallyThresholdedRequestsPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"serverErrorsPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerDay\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n }\n },\n \"rows\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee715bfd-6ec9-457e-bfde-70ee23f90dc2", "documentation": "Returns multiple reports in a batch. All reports must be for the same GA4 Property.", "method": "post", "endpoint": "v1beta/:property:batchRunReports", "responses": [ { "uuid": "a0d40ddc-a07b-4c82-a74d-a394272687ab", "body": "{\n \"kind\": \"\",\n \"reports\": [\n {\n \"dimensionHeaders\": [\n {\n \"name\": \"\"\n }\n ],\n \"kind\": \"\",\n \"maximums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"metadata\": {\n \"currencyCode\": \"\",\n \"dataLossFromOtherRow\": {{faker 'datatype.boolean'}},\n \"emptyReason\": \"\",\n \"schemaRestrictionResponse\": {\n \"activeMetricRestrictions\": [\n {\n \"metricName\": \"\",\n \"restrictedMetricTypes\": [\n \"{{oneOf (array 'RESTRICTED_METRIC_TYPE_UNSPECIFIED' 'COST_DATA' 'REVENUE_DATA')}}\"\n ]\n }\n ]\n },\n \"subjectToThresholding\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\"\n },\n \"metricHeaders\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\"\n }\n ],\n \"minimums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"propertyQuota\": {\n \"concurrentRequests\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"potentiallyThresholdedRequestsPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"serverErrorsPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerDay\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n }\n },\n \"rowCount\": {{faker 'number.int' max=99999}},\n \"rows\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"totals\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61d2ea81-2955-42e1-8c70-f24f3d29d61d", "documentation": "This compatibility method lists dimensions and metrics that can be added to a report request and maintain compatibility. This method fails if the request's dimensions and metrics are incompatible. In Google Analytics, reports fail if they request incompatible dimensions and/or metrics; in that case, you will need to remove dimensions and/or metrics from the incompatible report until the report is compatible. The Realtime and Core reports have different compatibility rules. This method checks compatibility for Core reports.", "method": "post", "endpoint": "v1beta/:property:checkCompatibility", "responses": [ { "uuid": "b4aa9a48-32e3-466c-aa0e-140feee182df", "body": "{\n \"dimensionCompatibilities\": [\n {\n \"compatibility\": \"{{oneOf (array 'COMPATIBILITY_UNSPECIFIED' 'COMPATIBLE' 'INCOMPATIBLE')}}\",\n \"dimensionMetadata\": {\n \"apiName\": \"\",\n \"category\": \"\",\n \"customDefinition\": {{faker 'datatype.boolean'}},\n \"deprecatedApiNames\": [\n \"\"\n ],\n \"description\": \"\",\n \"uiName\": \"\"\n }\n }\n ],\n \"metricCompatibilities\": [\n {\n \"compatibility\": \"{{oneOf (array 'COMPATIBILITY_UNSPECIFIED' 'COMPATIBLE' 'INCOMPATIBLE')}}\",\n \"metricMetadata\": {\n \"apiName\": \"\",\n \"blockedReasons\": [\n \"{{oneOf (array 'BLOCKED_REASON_UNSPECIFIED' 'NO_REVENUE_METRICS' 'NO_COST_METRICS')}}\"\n ],\n \"category\": \"\",\n \"customDefinition\": {{faker 'datatype.boolean'}},\n \"deprecatedApiNames\": [\n \"\"\n ],\n \"description\": \"\",\n \"expression\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\",\n \"uiName\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "402595f0-1b7f-4da9-a298-4b708c3b89e7", "documentation": "Returns a customized pivot report of your Google Analytics event data. Pivot reports are more advanced and expressive formats than regular reports. In a pivot report, dimensions are only visible if they are included in a pivot. Multiple pivots can be specified to further dissect your data.", "method": "post", "endpoint": "v1beta/:property:runPivotReport", "responses": [ { "uuid": "f167cead-7c04-4442-acca-558c1ac6e175", "body": "{\n \"aggregates\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"dimensionHeaders\": [\n {\n \"name\": \"\"\n }\n ],\n \"kind\": \"\",\n \"metadata\": {\n \"currencyCode\": \"\",\n \"dataLossFromOtherRow\": {{faker 'datatype.boolean'}},\n \"emptyReason\": \"\",\n \"schemaRestrictionResponse\": {\n \"activeMetricRestrictions\": [\n {\n \"metricName\": \"\",\n \"restrictedMetricTypes\": [\n \"{{oneOf (array 'RESTRICTED_METRIC_TYPE_UNSPECIFIED' 'COST_DATA' 'REVENUE_DATA')}}\"\n ]\n }\n ]\n },\n \"subjectToThresholding\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\"\n },\n \"metricHeaders\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\"\n }\n ],\n \"pivotHeaders\": [\n {\n \"pivotDimensionHeaders\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"rowCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"propertyQuota\": {\n \"concurrentRequests\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"potentiallyThresholdedRequestsPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"serverErrorsPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerDay\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n }\n },\n \"rows\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06984eb1-82ee-45a9-9ea5-1dfbc7ea5db9", "documentation": "Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing realtime requests & understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics).", "method": "post", "endpoint": "v1beta/:property:runRealtimeReport", "responses": [ { "uuid": "56325b58-588e-4b27-901e-cc7eb74cdd93", "body": "{\n \"dimensionHeaders\": [\n {\n \"name\": \"\"\n }\n ],\n \"kind\": \"\",\n \"maximums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"metricHeaders\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\"\n }\n ],\n \"minimums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"propertyQuota\": {\n \"concurrentRequests\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"potentiallyThresholdedRequestsPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"serverErrorsPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerDay\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n }\n },\n \"rowCount\": {{faker 'number.int' max=99999}},\n \"rows\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"totals\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d850554-9208-48c8-9404-bf9ec5658018", "documentation": "Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name. For a guide to constructing requests & understanding responses, see [Creating a Report](https://developers.google.com/analytics/devguides/reporting/data/v1/basics).", "method": "post", "endpoint": "v1beta/:property:runReport", "responses": [ { "uuid": "ae3cd7a4-261f-4b96-b7f6-e894583524fb", "body": "{\n \"dimensionHeaders\": [\n {\n \"name\": \"\"\n }\n ],\n \"kind\": \"\",\n \"maximums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"metadata\": {\n \"currencyCode\": \"\",\n \"dataLossFromOtherRow\": {{faker 'datatype.boolean'}},\n \"emptyReason\": \"\",\n \"schemaRestrictionResponse\": {\n \"activeMetricRestrictions\": [\n {\n \"metricName\": \"\",\n \"restrictedMetricTypes\": [\n \"{{oneOf (array 'RESTRICTED_METRIC_TYPE_UNSPECIFIED' 'COST_DATA' 'REVENUE_DATA')}}\"\n ]\n }\n ]\n },\n \"subjectToThresholding\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\"\n },\n \"metricHeaders\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'METRIC_TYPE_UNSPECIFIED' 'TYPE_INTEGER' 'TYPE_FLOAT' 'TYPE_SECONDS' 'TYPE_MILLISECONDS' 'TYPE_MINUTES' 'TYPE_HOURS' 'TYPE_STANDARD' 'TYPE_CURRENCY' 'TYPE_FEET' 'TYPE_MILES' 'TYPE_METERS' 'TYPE_KILOMETERS')}}\"\n }\n ],\n \"minimums\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"propertyQuota\": {\n \"concurrentRequests\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"potentiallyThresholdedRequestsPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"serverErrorsPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerDay\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n },\n \"tokensPerProjectPerHour\": {\n \"consumed\": {{faker 'number.int' max=99999}},\n \"remaining\": {{faker 'number.int' max=99999}}\n }\n },\n \"rowCount\": {{faker 'number.int' max=99999}},\n \"rows\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"totals\": [\n {\n \"dimensionValues\": [\n {\n \"value\": \"\"\n }\n ],\n \"metricValues\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "c1a35583-e477-48b2-aa38-033313b3bec1" }, { "type": "route", "uuid": "abc94a47-d93c-45b1-bc80-4efaa69ee262" }, { "type": "route", "uuid": "ee715bfd-6ec9-457e-bfde-70ee23f90dc2" }, { "type": "route", "uuid": "61d2ea81-2955-42e1-8c70-f24f3d29d61d" }, { "type": "route", "uuid": "402595f0-1b7f-4da9-a298-4b708c3b89e7" }, { "type": "route", "uuid": "06984eb1-82ee-45a9-9ea5-1dfbc7ea5db9" }, { "type": "route", "uuid": "8d850554-9208-48c8-9404-bf9ec5658018" } ] }