v1

latestOpenAPI 3.0.1Apache 2.02026-08-06260217675.1 KB
Note

List notes with pagination and sorting

Retrieves a paginated list of notes with optional filtering by task ID and customizable sorting. Supports both ascending and descending order. Notes are filtered based on the authenticated user's permissions and can be limited to notes for a specific task.

get/v1/notes

Query parameters

taskIdstring

ID of the task to filter notes by. If provided, only notes for this task will be returned.

sort'date' | 'created'
Example:date

Field to sort the notes by

order'asc' | 'desc'

Sort order direction

pageinteger
Example:1

Page number for pagination

limitinteger
Example:20

Maximum number of notes to return per page

organizationIdstring

Organization ID. When set together with admin or invoicing permission on the organization, the response includes notes across all teams in that organization (used by the document picker).

Response

Successfully retrieved list of notes