Spaces Overview

The Rocketlane Spaces APIs provides developers with the tools to manage spaces within the Rocketlane platform programmatically. Spaces are virtual environments where teams collaborate, share information, and work on project related documents and files. This API allows for the creation, retrieval, and management of spaces, enabling seamless integration into custom workflows and applications.

You can perform basic functions around spaces that include adding spaces, updating the name of the spaces.


Default Spaces Fields

FieldDescription
spaceIdThe space’s unique, system-generated identifier, which can be used to identify the space globally.
spaceNameThe name of the space.
projectThe project associated with space and it is mandatory for the space object to get created and map accordingly.
createdAtThe time when the space was created. The referenced time will be in epoch millis.
createdByThe team member object who created the space.
updatedAtThe time when the space was last updated. Any changes that's related to the space are captured and specified here in epoch millis.
updatedByThe team member object who updated the space.
privateSets the privacy of the space. You can mark a space as private or shared.