AI-generated Key Takeaways
-
The
GET
method is used to retrieve a Lead. -
The URL format is
https://cloudcrmpartners.googleapis.com/v1/{name=partners/*/leads/*}
, using gRPC Transcoding syntax. -
The request requires a
name
path parameter with the format "partners/{partner_id}/leads/{lead_id}". -
The response body contains a
Lead
instance if successful. -
The request requires the
https://www.googleapis.com/auth/cloudcrmpartners
OAuth scope for authorization.
Gets a Lead.
HTTP request
GET https://cloudcrmpartners.googleapis.com/v1/{name=partners/*/leads/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Format: "partners/{partner_id}/leads/{lead_id}" |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Lead
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloudcrmpartners
For more information, see the OAuth 2.0 Overview.