PerRecordNotificationsTargets
Returns the list of users and groups who receive record-level notifications, supporting communication audits and troubleshooting.
Select
WHERE 句ではAppId カラムが必須です。connector はKintone API を使用してこのカラムによる結果をフィルタリングします。デフォルトでは、connector はクライアント側でconnector 内で他のフィルタを処理します。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM PerRecordNotificationsTargets WHERE AppId = 6 SELECT * FROM PerRecordNotificationsTargets WHERE AppId = 6 AND Lang = 'en' SELECT * FROM PerRecordNotificationsTargets WHERE AppId = 6 AND IsPreview = false
Columns
| Name | Type | References | Description |
| AppId | Integer | Identifier of the Kintone app whose per-record notification target settings are being retrieved. | |
| Title | String | Subject line of the per-record notification, matching the Summary text used when the notification is sent. | |
| EntityType | String | Type of entity configured to receive the per-record notification, such as a user, group, or department. | |
| EntityCode | String | Code identifying the specific entity that receives the per-record notification. | |
| IncludeSubs | Boolean | Indicates whether notification rules assigned to a department should also apply to its subordinate departments. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。
| Name | Type | Description | |
| Lang | String | Locale code used to retrieve target-setting values in a specific language. | |
| IsPreview | Boolean | Indicates whether to retrieve per-record notification target details from the preview environment ('true') or from the live environment ('false'). The default value is 'true'. |