Logo OfficeClip Web Services
Schema: Note

Name Type Comment
sidstringThe serial id of this service type
isLockbooleanDetermines if the column can be edited
tagstringUsed by OfficeClip to pass specific information
noteIdintThe unique id of the note in the OfficeClip database
isPrivatebooleanRepresents if the note is a private note (not shown to anybody else)
subjectstringThe subject of the note. Currently this is not represented in the database. This will return first 60 characters of the note description (appended by three dots if needed) and will be ignored when saving to the database
descriptionstringThe description of the note
createdByUserSidstringThe sid of the user who created the note
createdByUserNamestringThe name of the user who created the note
createdByTimestampdateTimeThe timestamp of the user who created the note
modifiedByUserNamestringThe name of the user who modified the event
modifiedByUserSidstringThe sid of the user who last modified the note
modifiedByTimestampdateTimeThe timestamp of the user who last modified the note
parentObjectServiceTypeintThe service type of the parent object, -1 if not parent object exist
parentObjectSidstringThe sid of the parent object
regardingstringwhat the note is regarding. This is a read only field. Attempting to set this value to anything other than null or empty string will trigger an exception