API ReferenceGmail Thread
gmailThread.listForEntity
Type: Query ยท Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| entityType | enum(contact, customer, opportunity) | Yes | โ | Entity type |
| entityId | string | Yes | โ | ID of the associated entity |
| limit | integer | Yes | 25 | Limit |
| offset | integer | Yes | 0 | Offset |
Example
{
"entityType": "contact",
"entityId": "550e8400-e29b-41d4-a716-446655440000",
"limit": 25,
"offset": 0
}