Skip to main content
GET
Get survey by ID

承認

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

id
number
必須
read-only
:

1

surveyName
string
必須
read-only
:

"Employee Device Survey"

description
string | null
必須
read-only
:

"Survey to understand device usage"

status
enum<string>
必須
read-only
利用可能なオプション:
draft,
published,
launched,
completed,
revoked
:

"draft"

category
string
必須
read-only
:

"device_ownership"

targetType
enum<string>
必須
read-only
利用可能なオプション:
employees,
devices,
services,
services_by_identities,
devices_by_identities
:

"employees"

questions
object[]
必須
read-only
:
deliveryEnableEmail
boolean
必須
read-only
:

true

deliveryEnableSlack
boolean
必須
read-only
:

false

isScheduleLaunch
boolean
必須
read-only
:

false

scheduledLaunchAt
string<date-time> | null
必須
read-only
:

null

deadlineAt
string<date-time> | null
必須
read-only
:

null

destinationType
enum<string>
必須
read-only
利用可能なオプション:
resource_holder,
holder_manager
:

"resource_holder"

createdAt
string<date-time>
必須
read-only
:

"2026-08-19T07:08:55.730Z"

updatedAt
string<date-time>
必須
read-only
:

"2026-08-19T07:08:55.730Z"

totalTargets
number
read-only
:

5

totalResponses
number
read-only
:

3

最終更新日 2026年8月24日