Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

QAS getIdsByBulkMail: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:QAS_getIdsByBulkMail]]
[[Category:Questionnaire_Functions]]




Line 18: Line 18:
'''Return type'''
'''Return type'''


array. Given there were N mails generated in the last sending. Each of M users among them has QASs for the specified PQ. Return an array with O qas id (O is the number of QAS of M users)
Array QASId who received the given bulkmail


'''Example'''
'''Example'''
 
<source lang="csharp">
array qas_list = QAS_getIdsByBulkMail(33703367, 33686168, true);
array qas_list = QAS_getIdsByBulkMail(33703367, 33686168, true);
 
print(qas_list);//{1234, 45678, ...}
print(user_list);
</source>
 
'''Availability'''
'''Availability'''



Latest revision as of 09:06, 7 August 2019



QAS_getIdsByBulkMail

Return an array of all questionnaire answer sheets whose users' mails have been generated using the bulkmail

Syntax

QAS_getIdsByBulkMail(bulkMail_resourceId, questionnaire_resourceId, getLatest)

Arguments

  • bulkMail_resourceId: is number.
  • questionnaire_resourceId: is number.
  • getLatest: is bool.

Return type

Array QASId who received the given bulkmail

Example

array qas_list = QAS_getIdsByBulkMail(33703367, 33686168, true);
print(qas_list);//{1234, 45678, ...}

Availability

Version 5.7