PaginatedResponse[IntegrationSafeRead]
items object[]required
Array [
idIdrequired
Unique numeric identifier of the record.
company_idCompany Idrequired
ID of the owning company (the top-level tenant account).
vendorVendorrequired
The integration provider — google or yclients.
Possible values: [google, yclients]
name objectrequired
Optional human-readable name.
- string
- null
string
username objectrequired
Optional account username/identifier at the provider.
- string
- null
string
typeTyperequired
Integration kind (currently "calendar").
Constant value:
calendaris_activeIs Activerequired
Whether the integration is active.
created_atdate-timerequired
Creation time (UTC, ISO 8601).
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[IntegrationSafeRead]
{
"items": [
{
"id": 0,
"company_id": 0,
"vendor": "google",
"name": "string",
"username": "string",
"type": "calendar",
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}