PaginatedResponse[ProductCRMIntegrationReadMin]
items object[]required
Array [
product_idProduct Idrequired
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
crm_integration_idCrm Integration Idrequired
created_atdate-timerequired
Creation time (UTC, ISO 8601).
last_import_at objectrequired
anyOf
- date-time
- null
date-time
last_sync_at objectrequired
anyOf
- date-time
- null
date-time
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[ProductCRMIntegrationReadMin]
{
"items": [
{
"product_id": 0,
"crm_integration_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"last_import_at": "2024-07-29T15:51:28.071Z",
"last_sync_at": "2024-07-29T15:51:28.071Z"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}