For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
revvue.ai
Log in
Docs
API Reference
Inbox
Types
Interfaces
BaseObject
INTERFACE
Ask a question
|
Copy page
|
View as Markdown
|
More actions
Fields
id
String
Optional
format: "uuid"
Unique id (UUID).
tenantId
String
Optional
Document tenant id.
createdBy
String
Optional
Audit identification of who created the document.
documentType
DocumentType
Optional
Document type.
Show 40 enum values
activeState
ActiveState
Optional
Active state
Allowed values:
ACTIVE
INACTIVE
DELETED
created
Datetime
Optional
Timestamp when document was created.
changed
Datetime
Optional
Timestamp of when the last change occurred.
changedBy
String
Optional
Audit identification of who changed the document.
Implemented by
InboxView