Method: issuer.get
Devuelve la entidad emisora con el ID de entidad emisora determinado.
Solicitud HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
resourceId |
string (int64 format)
Es el identificador único de un emisor.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Issuer
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-07 (UTC)
[null,null,["Última actualización: 2024-11-07 (UTC)"],[[["Retrieves issuer information using a GET request to a specified URL with the issuer ID as a path parameter."],["The request body should be empty and the response body contains an `Issuer` object upon successful retrieval."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["The core content describes retrieving an issuer using a `GET` request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}`. The `resourceId` is a string representing the issuer's unique identifier and is the only path parameter. The request body must be empty. A successful response contains an instance of `Issuer`. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The content uses gRPC Transcoding syntax for the URL.\n"]]