[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-01-14 UTC"],[[["Lists all DataStreams associated with a specific Google Analytics 4 property."],["Allows pagination to retrieve large lists of DataStreams using `pageSize` and `pageToken` parameters."],["Response includes an array of DataStreams and a token for accessing the next page of results."],["Requires appropriate authorization with either read-only or edit access to Google Analytics."]]],["This document details how to list DataStreams within a property using an HTTP GET request. The URL structure includes a required `parent` path parameter (e.g., properties/1234). Optional query parameters `pageSize` (max 200) and `pageToken` allow for paginated results. The request body must be empty. A successful response returns a JSON object containing an array of `dataStreams` and an optional `nextPageToken` for retrieving further results. Access requires either `analytics.readonly` or `analytics.edit` authorization scopes.\n"]]