curl --request GET \
--url https://api.hubapi.com/crm/objects/2025-09/{objectType}/{objectId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"associations": {},
"objectWriteTraceId": "<string>",
"propertiesWithHistory": {},
"url": "<string>"
}「」によって特定されるオブジェクトを読み取ります。「」はデフォルトで内部オブジェクトIDを参照しますが、「idProperty」クエリーパラメーターによって指定することで、必要に応じて任意の固有のプロパティー値を参照できます。「properties」クエリーパラメーターを使用して返される内容を制御します。
curl --request GET \
--url https://api.hubapi.com/crm/objects/2025-09/{objectType}/{objectId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"associations": {},
"objectWriteTraceId": "<string>",
"propertiesWithHistory": {},
"url": "<string>"
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
アーカイブ済みの結果のみを返すかどうか。
関連付けられているIDを取得するオブジェクトタイプのカンマ区切りリスト。指定された関連付けが存在しない場合は、無視されます。
このオブジェクトについて値が固有のプロパティーの名前
レスポンスで返されるプロパティーのカンマ区切りリスト。指定されたプロパティーがリクエストされたオブジェクトに存在しない場合は、無視されます。
以前の値の履歴と一緒に返されるプロパティーのカンマ区切りリスト。指定されたプロパティーがリクエストされたオブジェクトに存在しない場合は、無視されます。
successful operation
Represents a CRM object along with its properties, timestamps, and a set of associated object IDs grouped by association type.
オブジェクトがアーカイブされているかどうか。
オブジェクトが作成された時点のタイムスタンプ(ISO 8601形式)。
オブジェクトの固有ID。
オブジェクトのプロパティーを表す、キーと値のペア。
Show child attributes
オブジェクトが最後に更新された時点のタイムスタンプ(ISO 8601形式)。
オブジェクトがアーカイブされた時点のタイムスタンプ(ISO 8601形式)。
他のオブジェクトとの関係を定義するリスト。
Show child attributes
An identifier used for tracing the creation or update request of the object.
オブジェクトのプロパティーとその履歴を表すキーと値のペア。
Show child attributes
HubSpotのこのオブジェクトのダイレクトURL