Page Summary
-
The
GETmethod 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
namepath parameter with the format "partners/{partner_id}/leads/{lead_id}". -
The response body contains a
Leadinstance if successful. -
The request requires the
https://www.googleapis.com/auth/cloudcrmpartnersOAuth 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.