Skip to main content
GET
Get survey statistics

承認

Authorization
string
header
必須

For authenticated requests, set the Authorization: Bearer your_api_key parameter in the header.
You can create and manage your API Keys by visiting the API Keys tab in the Settings page of your organization in Admina

パスパラメータ

organizationId
number
必須
surveyId
number
必須

レスポンス

Successfully retrieved survey statistics

totalSent
number
必須

Total number of targets that have been sent (status !== error && status !== pending)

:

150

totalOpened
number
必須

Total number of targets that have been opened (status === opened, completed)

:

120

totalCompleted
number
必須

Total number of targets that have been completed (status === completed)

:

80

totalError
number
必須

Total number of targets with delivery errors (lastDeliverNotificationExecutionStatus === error)

:

5

totalPending
number
必須

Total number of targets that are pending (status === pending)

:

20

totalUnopened
number
必須

Total number of targets that are unopened (status === pending, sent)

:

70

totalTarget
number
必須

Total number of targets for this survey

:

175

responseRate
number
必須

Response rate as percentage (completed / totalSent * 100)

:

53.33

最終更新日 2026年8月24日