v1
latestOpenAPI 3.0.12026-07-2464217456.8 KBSpaces
Get space by Id
get/1.0/spaces/{spaceId}
Path parameters
spaceIdinteger required
The space's unique, system-generated identifier, which can be used to identify the space globally.
Response
The requested action was successfully executed.
Example response
{
"spaceId": 201,
"spaceName": "Shared space",
"project": {
"projectId": 201,
"projectName": "Acme onboarding"
},
"createdAt": 1681319726000,
"createdBy": {
"emailId": "john.doe@rocketlane.com",
"userId": 201,
"firstName": "John",
"lastName": "Doe"
},
"updatedAt": 1681319726000,
"updatedBy": {
"emailId": "john.doe@rocketlane.com",
"userId": 201,
"firstName": "John",
"lastName": "Doe"
},
"private": true
}