Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.04 KB

File metadata and controls

16 lines (13 loc) · 1.04 KB

CMDocumentNote

Properties

Name Type Description Notes
organisationId String the main organisation (its guid id) for this source/crawler [default to null]
kbId String the knowledge-base id of this context item, a guid-string [default to null]
url String The unique URL of a document. [default to null]
noteId Integer The id of the note, starting at 1 note of 0 means create a new note [default to null]
noteText String The text of the note [default to null]
userId String The user's id [default to null]
email String the email address of the user that made the change [default to null]
created Long a unix-timestamp of the creation date-time of this record [default to null]

[Back to Model list] [Back to API list] [Back to README]