v1
latestOpenAPI 3.0.12026-07-2464217456.8 KBSpace Documents
Get space document by Id
get/1.0/space-documents/{spaceDocumentId}
Path parameters
spaceDocumentIdinteger required
The space document's unique, system-generated identifier, which can be used to identify the space document globally.
Response
The requested action was successfully executed.
Example response
{
"spaceDocumentId": 201,
"spaceDocumentName": "Sample file",
"space": {
"spaceId": 201,
"spaceName": "General space"
},
"spaceDocumentType": "ROCKETLANE_DOCUMENT",
"url": "https://www.google.com",
"source": {
"templateId": 201,
"templateName": "Meeting Notes"
},
"createdAt": 1680616174929,
"createdBy": {
"emailId": "john.doe@rocketlane.com",
"userId": 201,
"firstName": "John",
"lastName": "Doe"
},
"updatedAt": 1680616174929,
"updatedBy": {
"emailId": "john.doe@rocketlane.com",
"userId": 201,
"firstName": "John",
"lastName": "Doe"
},
"private": true
}