notes
Source:
Module: mod-notes
Interface: /notes
Attributes:
| Property Name | Property Type | Property Description |
|---|---|---|
| id | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| typeId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| type | string | Type of note (configured in settings) |
| domain | string | Domain associated with this note |
| title | string | Note title |
| content | string | Content of the note |
| status | string | Status of note - applies when searching by link.id and status |
| creator | object | User Display Information |
| creator/lastName | string | Last name of the user |
| creator/firstName | string | First name of the user |
| creator/middleName | string | Middle name or initial of the user |
| updater | object | User Display Information |
| updater/lastName | string | Last name of the user |
| updater/firstName | string | First name of the user |
| updater/middleName | string | Middle name or initial of the user |
| metadata | object | Metadata about creation and changes to records, provided by the server (client should not provide) |
| metadata/createdDate | string | Date and time when the record was created |
| metadata/createdByUserId | string | ID of the user who created the record (when available) |
| metadata/createdByUsername | string | Username of the user who created the record (when available) |
| metadata/updatedDate | string | Date and time when the record was last updated |
| metadata/updatedByUserId | string | ID of the user who last updated the record (when available) |
| metadata/updatedByUsername | string | Username of the user who last updated the record (when available) |
| links | array | Collection of links to associated objects |