Get Space Information
Get Space Information - kintone.space.get()
Retrieves information about the current Space.
Function
kintone.space.get()
Parameters
None
Returns
A Promise object.
The following values can be retrieved when the Promise object is fulfilled:
| Property | Type | Description |
|---|---|---|
| id | String | Space ID |
| name | String | Space name |
| isGuest | Boolean | The status as a Guest Space
|
An error will occur if executed on a page outside the Space.
Available Pages
- Record List
- Record Create
- Record Edit
- Record Details
- Graph
- Space Portal
- Threads
- Plug-in settings page