HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Get Available Surveys

This method returns all possible available surveys that can be shown to the user. A list of survey objects is returned by this API.

let surveys = Surveys.availableSurveys
NSArray<IBGSurvey *> *surveys = [IBGSurveys availableSurveys];
Surveys.getAvailableSurveys();