ZRM Docs
API ReferencePoi

poi.list

Type: Query ยท Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
includeResolvedbooleanYesfalseInclude resolved
entityTypeenum(note, inbound_email, service_ticket, project, quote, invoice, asset, site, work_order, account, drive_file, opportunity, activity_log_event, calendar_event, contact)Noโ€”Entity type
limitintegerYes50Limit
cursorstring.date-timeNoโ€”Cursor

Example

{
  "includeResolved": false,
  "entityType": "note",
  "limit": 50,
  "cursor": "2024-01-15T09:00:00.000Z"
}

On this page