QAS getCATIListAppointments: Difference between revisions
From Catglobe Wiki
More actions
No edit summary |
No edit summary Β |
||
(2 intermediate revisions by one other user not shown) | |||
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 08: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