CreateNotification
Create a new notification.
Input
Name | Type | Required | Description |
Text | String | True | The notification text. |
UserId | String | True | The user's unique identifier. |
TargetId | String | True | The target's unique identifier. |
TargetType | String | True | The target's type (Project / Post)
使用できる値は次のとおりです。Project, Post |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
NotificationId | String | The notification's unique identifier. |