Zum Hauptinhalt springen
GET
/
crm
/
v3
/
objects
/
leads
/
{leadsId}
読み取り
curl --request GET \
  --url https://api.hubapi.com/crm/v3/objects/leads/{leadsId} \
  --header 'Authorization: Bearer <token>'
{
  "archived": true,
  "archivedAt": "2023-11-07T05:31:56Z",
  "associations": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "objectWriteTraceId": "<string>",
  "properties": {},
  "propertiesWithHistory": {},
  "updatedAt": "2023-11-07T05:31:56Z"
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -Professional
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール
この API には、次のいずれかのスコープが必要です。
crm.objects.leads.read

Authorizations

Authorization
string
header
required

Path Parameters

leadsId
string
required

Query Parameters

archived
boolean
default:false
associations
string[]
idProperty
string
properties
string[]
propertiesWithHistory
string[]

Response

archived
boolean
required
createdAt
string<date-time>
required
id
string
required
properties
object
required
updatedAt
string<date-time>
required
archivedAt
string<date-time>
associations
object
objectWriteTraceId
string
propertiesWithHistory
object