Space Documents Overview
The Rocketlane Space document APIs provides developers with the tools to manage documents within the Rocketlane platform programmatically. Documents can be created from scratch or from templates or can be created by embedding an URL. This API allows for the creation, retrieval, and management of space documents, enabling seamless integration into custom workflows and applications.
You can perform basic functions around space documents that include adding new documents, updating the name of the documents.
Default Space Document Fields
Field | Description |
---|---|
spaceDocumentId | The space document’s unique, system-generated identifier, which can be used to identify the space document globally. |
spaceDocumentName | The name of the space document. |
space | Information about the space to which the space document belongs to. |
spaceId | The space’s unique, system-generated identifier, which can be used to identify the space globally. |
spaceName | The name of the space. |
spaceDocumentType | Defines the type of the space document. This could be a Rocketlane document or an embedded document. |
url | The url that is embedded in the space document. |
createdAt | The time when the space document was created. The referenced time will be in epoch millis. |
createdBy | The team member object who created the space document. |
updatedAt | The time when the space document was last updated. Any changes that's related to the space document are captured and specified here in epoch millis. |
updatedBy | The team member object who updated the space document. |
private | Sets the privacy of the space document. You can mark a space document as private or shared. |