Difference between revisions of "QAS getCATIListAppointments"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Questionnaire_Functions]]

+
{{HelpFiles}}
  
 
====QAS_getCATIListAppointments====
 
====QAS_getCATIListAppointments====
Line 12: Line 12:
 
'''Arguments'''
 
'''Arguments'''
  
projectQuestionnaireResourceId: the project questionnaire resource id (optional)
+
projectQuestionnaireResourceId: the project questionnaire resource id (optional). If the project questionnaire resource id is not input, we will need the project questionnaire context
  
 
'''Return type'''
 
'''Return type'''
  
Array
+
Array : numeric array of Qas_id
  
 
'''Example'''
 
'''Example'''
 
+
<source lang="csharp">
 
array a = QAS_getCATIListAppointments(125542);
 
array a = QAS_getCATIListAppointments(125542);
 
+
</source>
 
'''Availability'''
 
'''Availability'''
  

Latest revision as of 09:52, 3 January 2019



QAS_getCATIListAppointments

This script is used to get all CATI appointments of a specific questionnaire

Syntax

array QAS_getCATIListAppointments([number projectQuestionnaireResourceId])

Arguments

projectQuestionnaireResourceId: the project questionnaire resource id (optional). If the project questionnaire resource id is not input, we will need the project questionnaire context

Return type

Array : numeric array of Qas_id

Example

array a = QAS_getCATIListAppointments(125542);

Availability

Version 5.8