Contents
Tips
How to Use
Specifying multiple parameters for a list
Parameters marked with [] such as activityTypeIds[] can be specified more than once by writing the following at the time of access.
&activityTypeIds[]=111&activityTypeIds[]=222& ...
Mentioning users in text
Text parameters such as content, description and comment accept the following mention notation. The mentioned users are notified even when they are not listed in notifiedUserId[].
| Notation | Target |
|---|---|
<@U{id}> | A user. {id} is the numeric id returned by Get Project User List. |
<@T{id}> | A team. {id} is the numeric id returned by Get Project Team List. |
<@project> | All members of the project |
- Users who are not members of the project are not notified.
- If a nonexistent ID is specified, it is not treated as a mention, and no notification is sent.