API Docs / Operations / Task - Notes / Get Pinned Notes for Task

Get Pinned Notes for Task

GET /tenants/{tenant}/tasks/{taskCode}/taskitemnote/pinned

Gets pinned notes for the specified task (PinnedLevel > 0), ordered by PinnedLevel descending. By default only returns task-level pinned notes. Set includeStepNotes=true to also include notes attached to workflow steps.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

includeStepNotes query boolean
taskCode* path string

Responses

200 OK
401 Unauthorized - Invalid or missing API key

Try it