Skip to content

Instantly share code, notes, and snippets.

@sharpred
Created November 5, 2014 11:54
Show Gist options
  • Save sharpred/88ddc4d54ead34dad7e5 to your computer and use it in GitHub Desktop.
Save sharpred/88ddc4d54ead34dad7e5 to your computer and use it in GitHub Desktop.
getContactByType
if (Alloy.CFG.theme === "meinetui") {
$.requestFN = "getContactByType";
Alloy.Globals.Api[$.requestFN]({
//can be 'general', 'mein-service', 'mein-service-excursions'
type : 'mein-service-excursions',
//excursionsId is ignored unless mein-service-excursions is used, in which case it is mandatory
excursionId: '1212'
}, $.successCallback, $.failedCallback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment