API ReferencePoi
poi.list
Type: Query ยท Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| includeResolved | boolean | Yes | false | Include resolved |
| entityType | enum(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 |
| limit | integer | Yes | 50 | Limit |
| cursor | string.date-time | No | โ | Cursor |
Example
{
"includeResolved": false,
"entityType": "note",
"limit": 50,
"cursor": "2024-01-15T09:00:00.000Z"
}