You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets data for more than one audience, including those shared by the Business Manager.
443
+
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
444
+
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
445
+
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
446
+
* @param size The number of audiences per page. Default: 20 Max: 40
447
+
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
* Gets data for more than one audience, including those shared by the Business Manager..
471
+
* This method includes HttpInfo object to return additional information.
472
+
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
473
+
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
474
+
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
475
+
* @param size The number of audiences per page. Default: 20 Max: 40
476
+
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
* An array of jobs. This array is used to keep track of each attempt to add new user IDs or IFAs to an audience for uploading user IDs. Empty array is returned for any other type of audience. Max: 50
0 commit comments