API 참조
surveys
이 영역에 3개의 엔드포인트가 있습니다. 각 엔드포인트에는 매개변수, 응답, 그리고 직접 실행할 수 있는 요청이 포함된 전용 페이지가 있습니다.
| 메서드 | 경로 | 기능 소개 | 권한 |
|---|---|---|---|
| GET | /v1/feature-flags | Every feature flag that is ON for this person in this organisation. | org.read |
| GET | /v1/surveys/active | The surveys this organisation may currently be shown. | org.read |
| POST | /v1/surveys/{survey_id}/responses | Record one person's answers to one survey. | org.read |