Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.29 KB

File metadata and controls

19 lines (16 loc) · 1.29 KB

CMDocumentSubscription

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]
userId String the user's id, a guid [default to null]
sourceId Integer the source-id of the owner of the url [default to null]
parentId String The parent of a folder or a file (a guid or an empty string for a top-level folder) [default to null]
objectId String Either a file or a folder ID [default to null]
url String The unique URL of a document. [default to null]
urlId Integer the internal SimSage id for this url [default to null]
name String The name of the folder or file [default to null]
isFolder Boolean is this a subscription to a folder or a file? [default to null]
folder Boolean [optional] [default to null]

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