curl --request GET \
--url https://api.hubapi.com/crm/v3/objects/partner_clients \
--header 'Authorization: Bearer <token>'{
"results": [
{
"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": {}
}
],
"paging": {
"next": {
"after": "NTI1Cg%3D%3D",
"link": "?after=NTI1Cg%3D%3D"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}curl --request GET \
--url https://api.hubapi.com/crm/v3/objects/partner_clients \
--header 'Authorization: Bearer <token>'{
"results": [
{
"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": {}
}
],
"paging": {
"next": {
"after": "NTI1Cg%3D%3D",
"link": "?after=NTI1Cg%3D%3D"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
表示 子属性
Whether the object is archived.
The timestamp when the object was created, in ISO 8601 format.
The unique ID of the object.
The timestamp when the object was last updated, in ISO 8601 format.
The timestamp when the object was archived, in ISO 8601 format.
A list defining relationships with other objects.
表示 子属性
表示 子属性
表示 子属性
Specifies the paging information needed to retrieve the next set of results in a paginated API response
{
"after": "NTI1Cg%3D%3D",
"link": "?after=NTI1Cg%3D%3D"
}specifies the paging information needed to retrieve the previous set of results in a paginated API response
Key-value pairs representing the properties of the object along with their history.
表示 子属性
表示 子属性
The property type.
The timestamp when the property was updated, in ISO 8601 format.
The property value.
The unique ID of the property.
A human-readable label.
The ID of the user who last updated the property.
表示 子属性
Specifies the paging information needed to retrieve the next set of results in a paginated API response
{
"after": "NTI1Cg%3D%3D",
"link": "?after=NTI1Cg%3D%3D"
}