ZRM Docs
API ReferenceGmail Thread

gmailThread.listForEntity

Type: Query ยท Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
entityTypeenum(contact, customer, opportunity)Yesโ€”Entity type
entityIdstringYesโ€”ID of the associated entity
limitintegerYes25Limit
offsetintegerYes0Offset

Example

{
  "entityType": "contact",
  "entityId": "550e8400-e29b-41d4-a716-446655440000",
  "limit": 25,
  "offset": 0
}

On this page