---
title: "Gets a list of all surveys in the account."
method: GET
path: "/v2/surveys"
tags: ["ApiSurvey"]
---

# Gets a list of all surveys in the account.

`GET /v2/surveys`

## Query parameters

- `assignedToAddressBookOnly` boolean
- `select` integer
- `skip` integer

## Response `200`

- ApiSurvey[]
  - `id` integer
  - `name` string, nullable
  - `url` string, nullable
  - `dateSurveyCreated` string, date-time
  - `dateSurveyModified` string, date-time
  - `state` 'Active' | 'Inactive' | 'Pending' | 'Expired' | 'SurveyFeatureDisabled' | 'NotAvailableInThisVersion'
  - `firstActiveDate` string, date-time, nullable
  - `lastInactiveDate` string, date-time, nullable
  - `scheduledStartDate` string, date-time, nullable
  - `scheduledEndDate` string, date-time, nullable
  - `confirmationMode` 'Text' | 'Url' | 'NotAvailableInThisVersion'
  - `submissionMode` 'Single' | 'Multiple' | 'NotAvailableInThisVersion'
  - `fieldCount` integer
  - `notifyCreatorOnResponse` boolean
  - `respondentNotificationType` 'None' | 'Basic' | 'Campaign' | 'NotAvailableInThisVersion'
  - `respondentNotificationCampaignId` integer, nullable
  - `isAssignedToAddressBook` boolean
  - `assignedAddressBookTarget` 'AllContacts' | 'SpecificAddressBook' | 'NotAvailableInThisVersion'
  - `assignedSpecificAddressBookId` integer, nullable
  - `firstResponseDate` string, date-time, nullable
  - `lastResponseDate` string, date-time, nullable
  - `totalCompleteResponses` integer
  - `totalCompleteResponsesInLastDay` integer
  - `totalCompleteResponsesInLastWeek` integer
  - `totalIncompleteResponses` integer
  - `totalViews` integer
  - `totalBounces` integer
  - `timeToCompleteMax` integer, nullable
  - `timeToCompleteMin` integer, nullable
  - `timeToCompleteTotal` integer, nullable
  - `sourceDirectTotal` integer
  - `sourceEmailTotal` integer
  - `sourceEmbeddedTotal` integer
  - `sourcePopoverTotal` integer
  - `sourceFacebookTotal` integer
  - `sourceTwitterTotal` integer
  - `sourceGooglePlusTotal` integer
  - `sourceOtherTotal` integer

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
