ZRM Docs
API ReferencePortal Conversation

portalConversation.getThread

Type: Query ยท Auth: Portal session

Input

FieldTypeRequiredDefaultDescription
entityTypeenum(account, quote, invoice, ticket, project, opportunity)Yesโ€”Entity type
entityIdstringYesโ€”ID of the associated entity

Example

{
  "entityType": "account",
  "entityId": "550e8400-e29b-41d4-a716-446655440000"
}

On this page