API Reference

Space Documents

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

FieldDescription
spaceDocumentIdThe space document’s unique, system-generated identifier, which can be used to identify the space document globally.
spaceDocumentNameThe name of the space document.
spaceInformation about the space to which the space document belongs to.
spaceIdThe space’s unique, system-generated identifier, which can be used to identify the space globally.
spaceNameThe name of the space.
spaceDocumentTypeDefines the type of the space document. This could be a Rocketlane document or an embedded document.
urlThe url that is embedded in the space document.
createdAtThe time when the space document was created. The referenced time will be in epoch millis.
createdByThe team member object who created the space document.
updatedAtThe 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.
updatedByThe team member object who updated the space document.
privateSets the privacy of the space document. You can mark a space document as private or shared.