API endpoints for managing notes
Notes provide a way to add comments, observations, and other text information to resources within the GridLogs platform. This API allows you to create, retrieve, update, and delete notes.
Creates a new note.
Content of the note
ID of the associated business case
ID of the associated consumer case
ID of the associated task
ID of the associated document
Unique identifier for the note
Content of the note
ID of the associated business case
ID of the associated consumer case
ID of the associated task
ID of the associated document
ID of the user who created the note
Creation timestamp
Last update timestamp
Returns a paginated list of notes.
Page number for pagination (default: 1)
Number of items per page (default: 10)
Filter notes by business case ID
Filter notes by consumer case ID
Filter notes by task ID
Filter notes by document ID
Search term to filter results by content
Array of note objects
Pagination metadata
Total number of notes
Current page number
Number of items per page
Total number of pages
Retrieves a specific note by ID.
Note ID
Returns a note object with all its properties.
Updates a specific note.
Note ID
Updated content of the note
Returns the updated note object.
Deletes a specific note.
Note ID
Returns the deleted note object.