위치:
getSurveyFlowJson Function
설문 조사를 검색하고 JSON 형식으로 반환합니다. 그런 다음, 프레젠테이션 HTML이 설문 조사를 구문 분석하고 프레젠테이션 플레이어에 표시할 수 있습니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
설문 조사를 검색하고 JSON 형식으로 반환합니다. 그런 다음, 프레젠테이션 HTML이 설문 조사를 구문 분석하고 프레젠테이션 플레이어에 표시할 수 있습니다.
| 지원 제품: Lightning Experience |
| 지원 제품: Life Sciences Cloud, Customer Engagement용 Life Sciences Cloud 추가 기능 라이센스, Life Sciences Customer Engagement 관리형 패키지가 포함된 Enterprise 및 Unlimited Edition. |
호출 시 이 함수:
"surveyflowjsonloaded" 이벤트를 트리거합니다.PresentationPlayer.getSurveyFlowJson(Object)| 인수 | 설명 |
|---|---|
Object |
이 형식의 JSON 문자열입니다. |
설문 조사 데이터가 로드되면 이 함수는 "surveyflowjsonloaded" 이벤트를 자동으로 트리거합니다. 응답을 처리하려면 이벤트 수신기를 등록합니다.
PresentationPlayer.registerEventListener("surveyflowjsonloaded", function(surveyJson
){ // Handle the survey JSON data
console.log("Survey loaded:", surveyJson);
});
// Call the function
PresentationPlayer.getSurveyFlowJson({"developerName": "test_survey"});
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.