@alexbishop, how can I know or see the mbox associated with an activity? I just noted this error "global mbox is not allowed in mboxes". What if all the activities are using global mboxes, how should I configure the request to get the activity data?
Thanks!On QA mode: do I have to add the QA parameters to the request URL?These are my QA parameters: ?at_preview_token=[TOKEN]&at_preview_index=1_2&at_preview_listed_activities_only=true&at_preview_evaluate_as_true_audience_ids=[AUDIENCE_ID]
The property that I am using in the request is correct.I am also using the QA Mode and the QA URL, however, I still cannot see the activity details.What am I missing?
Thanks, but it is still not working. My QA URL is: ?at_preview_token=[TOKEN]&at_preview_index=1_2&at_preview_listed_activities_only=true&at_preview_evaluate_as_true_audience_ids=[AUDIENCE_ID] and I am also adding "qaMode" to my request this way: $data['qaMode']['token'] = TOKEN;
$data['qaMode']['li...
Thanks, @alexbishop Yes, my activity is using Form Composer with an mbox name that matches the one in my request. However, the activity is not active yet. Should I include "qaMode" in my request?