Method: issuer.list
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה רשימה של כל המנפיקים ששותפו עם המתקשר.
בקשת HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/issuer
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
ייצוג JSON |
{
"resources": [
{
object (Issuer )
}
]
} |
שדות |
resources[] |
object (Issuer )
משאבים שתואמים לבקשת הרשימה.
|
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eReturns a list of all issuers shared with the caller.\u003c/p\u003e\n"],["\u003cp\u003eUses a GET HTTP request with an empty body.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of Issuer resources.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e authorization scope for access.\u003c/p\u003e\n"]]],["The core content describes retrieving a list of shared issuers. The key action is a `GET` HTTP request to `https://walletobjects.googleapis.com/walletobjects/v1/issuer`, with an empty request body. A successful response returns a JSON structure containing an array of issuer objects (`resources[]`). This operation requires the OAuth scope: `https://www.googleapis.com/auth/wallet_object.issuer`. The provided details include the request, response bodies and authorization scope.\n"],null,["# Method: issuer.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.IssuerListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns a list of all issuers shared to the caller.\n\n### HTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/issuer`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"resources\": [ { object (/wallet/reference/rest/v1/issuer#Issuer) } ] } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------|\n| `resources[]` | `object (`[Issuer](/wallet/reference/rest/v1/issuer#Issuer)`)` Resources corresponding to the list request. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]