Add Thread
Adds a Thread in a Space.
Attention
The Enable multiple threads option must be enabled in the space settings in order to use this API.
Method | POST |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/space/thread.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/space/thread.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json |
Contents
Permissions
For Private Spaces/Guest Spaces, the user must be a member of the Space.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
space | Integer or String | Yes | The Space ID. |
name | String | Yes | The new name of the Thread. Must be between 1 - 128 characters. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
Parameter | Type | Description |
---|---|---|
id | String | The Thread ID of the created Thread. |
Sample Response
|
|
Limitations
- If the Space or Guest Space feature is turned off, an error will be returned.
- This API can only be used on Spaces with multiple threads.
- The notifications are notified to space members as "All" notification.