Method: nodes.nodes.nodes.list
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בקשת HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes
כתובת ה-URL משתמשת בתחביר של gRPC Transcoding.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. שם משאב האב, לדוגמה, 'nodes/1'.
|
פרמטרים של שאילתה
פרמטרים |
pageSize |
integer
המספר המקסימלי של צמתים שיוחזרו בתשובה.
|
pageToken |
string
אסימון עימוד שהוחזר מקריאה קודמת ל-nodes.list ומציין מאיפה צריך להמשיך את הרישום הזה.
|
filter |
string
ביטוי הסינון. המסנן צריך להיות בפורמט 'DIRECT_CHILDREN' או בפורמט 'direct_children'. המסנן לא תלוי אותיות רישיות (case-sensitive). אם השדה ריק, לא מסוננים צמתים.
|
גוף הבקשה
גוף הבקשה צריך להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל מופע של ListNodesResponse
.
היקפי הרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/sasportal
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","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-07-25 (שעון UTC)."],[[["Lists nodes within a given parent node, allowing for filtering and pagination."],["Requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization."],["Uses a `GET` request with path and query parameters to specify the parent node, pagination, and filtering options."],["The response provides a list of nodes and a pagination token for retrieving additional results if available."],["No request body is required for this operation."]]],["This document outlines the process for listing nodes via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes`. It requires a `parent` path parameter, and supports optional `pageSize`, `pageToken`, and `filter` query parameters. The request body must be empty, and a successful response returns a `ListNodesResponse`. The operation mandates the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]