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& ...