GET /external/api/v3/customer

Get a list of customers.

Request Information

URI Parameters

NameDescriptionTypeAdditional informationNullable
TransactionDateFilter

Filter on the transaction date.

DateFilter

None

False
SurveyFinishedDateFilter

Filter on the survey finished date. Note: Includes partially filled customers with a closed batch.

DateFilter

None

False
DateInvitedFilter

Filter on the date the invitation email is sent. Note: Includes only customers who actually received an email, locked customers for example are excluded.

DateFilter

None

False
ScheduledInvitationDateFilter

Filter on the scheduled invitation date.

DateFilter

None

False
OptedOutDateFilter

Filter on the opted-out date.

DateFilter

None

False
BatchClosedDateFilter

Filter on the close date. Customers are considered read-only after this date.

DateFilter

None

False
LastActivityDateFilter

Filter on the last activity date.

DateFilter

None

False
DataFilters

Filter on data.

Collection of CustomerDataFilter

None

False
Statuses

Filter on customer statuses. Get all available statuses and their statuscode with the GetCustomerStatuses method.

Collection of integer

None

False
IsOptout

Filter on opt-out.

boolean

None

True
CustomerIds

Filter on customer ids.

Collection of integer

None

False
EmailAddresses

Filter on email addresses.

Collection of string

None

False
IncludeTestRecords

Include test records. Default value is false.

boolean

None

False
AnswerFilters

Filter customer on their answer, will only return customers with answers with filtered scalepositions.

Collection of CustomerAnswerFilter

None

False
IncludeNotes

Include customer notes.

boolean

None

False
Cursor

Token to retrieve the next set of data. Token can be found in the NextCursor property of the result. Leave empty for the first cursor.

string

None

False
Limit

Total requested. Max and default are set at 100.

integer

None

False

Body Parameters

None.

Response Information

Resource Description

List of customers.

GetCustomerResponse
NameDescriptionTypeAdditional informationNullable
Customers

Collection of Customer

None

False
NextCursor

Token to retrieve the next set of customers - Add token to the Cursor property of the request.

string

None

False

Response Formats

application/json, text/json

Sample:
{
  "Customers": [
    {
      "Id": 1,
      "AccessKey": "sample string 2",
      "QuestionnaireId": "29e948a5-766b-45e2-8711-6fdd21513945",
      "Status": {
        "StatusCode": 1,
        "StatusName": "sample string 2"
      },
      "ScheduledInvitationDate": "2024-12-07T18:30:24.6278018+01:00",
      "DateInvited": "2024-12-07T18:30:24.6278018+01:00",
      "DateReminded": "2024-12-07T18:30:24.6278018+01:00",
      "SurveyFinishedDate": "2024-12-07T18:30:24.6278018+01:00",
      "OpenDate": "2024-12-07T18:30:24.6278018+01:00",
      "LastActivityDate": "2024-12-07T18:30:24.6278018+01:00",
      "CompletionTimeInSeconds": 1,
      "HasSecondFeedBack": true,
      "IsSecondFeedBack": true,
      "SecondFeedbackInformation": {
        "OriginalCustomerId": 1,
        "SecondFeedbackCustomerId": 2
      },
      "Batch": {
        "Id": 1,
        "IsTest": true,
        "TypeBatch": "sample string 3",
        "CreatedDate": "2024-12-07T18:30:24.6278018+01:00"
      },
      "OptedOut": true,
      "ExternalUniqueId": "sample string 7",
      "OptedOutDate": "2024-12-07T18:30:24.6278018+01:00",
      "Answers": [
        {
          "QuestionId": "bec07a32-a4d5-4acc-a463-b2939a4c5699",
          "BaseQuestionId": 2,
          "QuestionDescription": "sample string 3",
          "Topic": "sample string 4",
          "Subtopic": "sample string 5",
          "PageRepetition": 1,
          "SectionRepetition": 1,
          "QuestionText": "sample string 6",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 8",
          "EncryptionKey": "sample string 9",
          "Text": "sample string 10",
          "SelectedScalePositions": [
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            },
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            }
          ],
          "DateAnswered": "2024-12-07T18:30:24.6278018+01:00",
          "FileAnswers": [
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            },
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            }
          ]
        },
        {
          "QuestionId": "bec07a32-a4d5-4acc-a463-b2939a4c5699",
          "BaseQuestionId": 2,
          "QuestionDescription": "sample string 3",
          "Topic": "sample string 4",
          "Subtopic": "sample string 5",
          "PageRepetition": 1,
          "SectionRepetition": 1,
          "QuestionText": "sample string 6",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 8",
          "EncryptionKey": "sample string 9",
          "Text": "sample string 10",
          "SelectedScalePositions": [
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            },
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            }
          ],
          "DateAnswered": "2024-12-07T18:30:24.6278018+01:00",
          "FileAnswers": [
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            },
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            }
          ]
        }
      ],
      "UserAgent": "sample string 8",
      "Priority": 9,
      "PartiallyAnsweredRemindedDate": "2024-12-07T18:30:24.6278018+01:00",
      "PreviousId": 1,
      "Overtime": true,
      "FormStatus": 0,
      "FormNotes": [
        {
          "CustomerId": 1,
          "Date": "2024-12-07T18:30:24.6278018+01:00",
          "User": "sample string 3",
          "Note": "sample string 4",
          "Type": 0
        },
        {
          "CustomerId": 1,
          "Date": "2024-12-07T18:30:24.6278018+01:00",
          "User": "sample string 3",
          "Note": "sample string 4",
          "Type": 0
        }
      ],
      "Email": "sample string 11",
      "TransactionDate": "2024-12-07T18:30:24.6278018+01:00",
      "SurveyClosedDate": "2024-12-07T18:30:24.6278018+01:00",
      "Data": [
        {
          "CustomerDataColumnId": 1,
          "Name": "sample string 2",
          "Value": "sample string 3",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 5",
          "EncryptionKey": "sample string 6"
        },
        {
          "CustomerDataColumnId": 1,
          "Name": "sample string 2",
          "Value": "sample string 3",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 5",
          "EncryptionKey": "sample string 6"
        }
      ],
      "Language": "sample string 12",
      "IsContactRequested": true,
      "IsConcept": true
    },
    {
      "Id": 1,
      "AccessKey": "sample string 2",
      "QuestionnaireId": "29e948a5-766b-45e2-8711-6fdd21513945",
      "Status": {
        "StatusCode": 1,
        "StatusName": "sample string 2"
      },
      "ScheduledInvitationDate": "2024-12-07T18:30:24.6278018+01:00",
      "DateInvited": "2024-12-07T18:30:24.6278018+01:00",
      "DateReminded": "2024-12-07T18:30:24.6278018+01:00",
      "SurveyFinishedDate": "2024-12-07T18:30:24.6278018+01:00",
      "OpenDate": "2024-12-07T18:30:24.6278018+01:00",
      "LastActivityDate": "2024-12-07T18:30:24.6278018+01:00",
      "CompletionTimeInSeconds": 1,
      "HasSecondFeedBack": true,
      "IsSecondFeedBack": true,
      "SecondFeedbackInformation": {
        "OriginalCustomerId": 1,
        "SecondFeedbackCustomerId": 2
      },
      "Batch": {
        "Id": 1,
        "IsTest": true,
        "TypeBatch": "sample string 3",
        "CreatedDate": "2024-12-07T18:30:24.6278018+01:00"
      },
      "OptedOut": true,
      "ExternalUniqueId": "sample string 7",
      "OptedOutDate": "2024-12-07T18:30:24.6278018+01:00",
      "Answers": [
        {
          "QuestionId": "bec07a32-a4d5-4acc-a463-b2939a4c5699",
          "BaseQuestionId": 2,
          "QuestionDescription": "sample string 3",
          "Topic": "sample string 4",
          "Subtopic": "sample string 5",
          "PageRepetition": 1,
          "SectionRepetition": 1,
          "QuestionText": "sample string 6",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 8",
          "EncryptionKey": "sample string 9",
          "Text": "sample string 10",
          "SelectedScalePositions": [
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            },
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            }
          ],
          "DateAnswered": "2024-12-07T18:30:24.6278018+01:00",
          "FileAnswers": [
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            },
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            }
          ]
        },
        {
          "QuestionId": "bec07a32-a4d5-4acc-a463-b2939a4c5699",
          "BaseQuestionId": 2,
          "QuestionDescription": "sample string 3",
          "Topic": "sample string 4",
          "Subtopic": "sample string 5",
          "PageRepetition": 1,
          "SectionRepetition": 1,
          "QuestionText": "sample string 6",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 8",
          "EncryptionKey": "sample string 9",
          "Text": "sample string 10",
          "SelectedScalePositions": [
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            },
            {
              "Id": 1,
              "Label": "sample string 1",
              "Value": 1,
              "Ranking": 1
            }
          ],
          "DateAnswered": "2024-12-07T18:30:24.6278018+01:00",
          "FileAnswers": [
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            },
            {
              "Id": 1,
              "AnswerId": 2,
              "FileName": "sample string 3",
              "FileSize": 4,
              "FileType": "sample string 5",
              "Data": "QEA=",
              "IsEncrypted": true,
              "CertificateThumbprint": "sample string 7",
              "EncryptionKey": "sample string 8"
            }
          ]
        }
      ],
      "UserAgent": "sample string 8",
      "Priority": 9,
      "PartiallyAnsweredRemindedDate": "2024-12-07T18:30:24.6278018+01:00",
      "PreviousId": 1,
      "Overtime": true,
      "FormStatus": 0,
      "FormNotes": [
        {
          "CustomerId": 1,
          "Date": "2024-12-07T18:30:24.6278018+01:00",
          "User": "sample string 3",
          "Note": "sample string 4",
          "Type": 0
        },
        {
          "CustomerId": 1,
          "Date": "2024-12-07T18:30:24.6278018+01:00",
          "User": "sample string 3",
          "Note": "sample string 4",
          "Type": 0
        }
      ],
      "Email": "sample string 11",
      "TransactionDate": "2024-12-07T18:30:24.6278018+01:00",
      "SurveyClosedDate": "2024-12-07T18:30:24.6278018+01:00",
      "Data": [
        {
          "CustomerDataColumnId": 1,
          "Name": "sample string 2",
          "Value": "sample string 3",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 5",
          "EncryptionKey": "sample string 6"
        },
        {
          "CustomerDataColumnId": 1,
          "Name": "sample string 2",
          "Value": "sample string 3",
          "IsEncrypted": true,
          "CertificateThumbprint": "sample string 5",
          "EncryptionKey": "sample string 6"
        }
      ],
      "Language": "sample string 12",
      "IsContactRequested": true,
      "IsConcept": true
    }
  ],
  "NextCursor": "sample string 1"
}

application/xml, text/xml

Sample:
<GetCustomerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.V2.Responses">
  <NextCursor xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Domain.Shared.Responses">sample string 1</NextCursor>
  <Customers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.V2.Models">
    <d2p1:Customer>
      <Data xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <CustomerData>
          <CertificateThumbprint>sample string 5</CertificateThumbprint>
          <CustomerDataColumnId>1</CustomerDataColumnId>
          <EncryptionKey>sample string 6</EncryptionKey>
          <IsEncrypted>true</IsEncrypted>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </CustomerData>
        <CustomerData>
          <CertificateThumbprint>sample string 5</CertificateThumbprint>
          <CustomerDataColumnId>1</CustomerDataColumnId>
          <EncryptionKey>sample string 6</EncryptionKey>
          <IsEncrypted>true</IsEncrypted>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </CustomerData>
      </Data>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">sample string 11</Email>
      <IsConcept xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">true</IsConcept>
      <IsContactRequested xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">true</IsContactRequested>
      <Language xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">sample string 12</Language>
      <SurveyClosedDate xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">2024-12-07T18:30:24.6278018+01:00</SurveyClosedDate>
      <TransactionDate xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">2024-12-07T18:30:24.6278018+01:00</TransactionDate>
      <d2p1:AccessKey>sample string 2</d2p1:AccessKey>
      <d2p1:Answers xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:ExportAnswer>
          <d4p1:DateAnswered>2024-12-07T18:30:24.6278018+01:00</d4p1:DateAnswered>
          <d4p1:FileAnswers>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
          </d4p1:FileAnswers>
          <d4p1:PageRepetition i:nil="true" />
          <d4p1:SectionRepetition i:nil="true" />
          <d4p1:SelectedScalePositions>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
          </d4p1:SelectedScalePositions>
          <d4p1:Text>sample string 10</d4p1:Text>
          <d4p1:BaseQuestionId>2</d4p1:BaseQuestionId>
          <d4p1:CertificateThumbprint>sample string 8</d4p1:CertificateThumbprint>
          <d4p1:EncryptionKey>sample string 9</d4p1:EncryptionKey>
          <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
          <d4p1:PageRepetition>1</d4p1:PageRepetition>
          <d4p1:QuestionDescription>sample string 3</d4p1:QuestionDescription>
          <d4p1:QuestionId>bec07a32-a4d5-4acc-a463-b2939a4c5699</d4p1:QuestionId>
          <d4p1:QuestionText>sample string 6</d4p1:QuestionText>
          <d4p1:SectionRepetition>1</d4p1:SectionRepetition>
          <d4p1:Subtopic>sample string 5</d4p1:Subtopic>
          <d4p1:Topic>sample string 4</d4p1:Topic>
        </d4p1:ExportAnswer>
        <d4p1:ExportAnswer>
          <d4p1:DateAnswered>2024-12-07T18:30:24.6278018+01:00</d4p1:DateAnswered>
          <d4p1:FileAnswers>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
          </d4p1:FileAnswers>
          <d4p1:PageRepetition i:nil="true" />
          <d4p1:SectionRepetition i:nil="true" />
          <d4p1:SelectedScalePositions>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
          </d4p1:SelectedScalePositions>
          <d4p1:Text>sample string 10</d4p1:Text>
          <d4p1:BaseQuestionId>2</d4p1:BaseQuestionId>
          <d4p1:CertificateThumbprint>sample string 8</d4p1:CertificateThumbprint>
          <d4p1:EncryptionKey>sample string 9</d4p1:EncryptionKey>
          <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
          <d4p1:PageRepetition>1</d4p1:PageRepetition>
          <d4p1:QuestionDescription>sample string 3</d4p1:QuestionDescription>
          <d4p1:QuestionId>bec07a32-a4d5-4acc-a463-b2939a4c5699</d4p1:QuestionId>
          <d4p1:QuestionText>sample string 6</d4p1:QuestionText>
          <d4p1:SectionRepetition>1</d4p1:SectionRepetition>
          <d4p1:Subtopic>sample string 5</d4p1:Subtopic>
          <d4p1:Topic>sample string 4</d4p1:Topic>
        </d4p1:ExportAnswer>
      </d2p1:Answers>
      <d2p1:Batch xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:CreatedDate>2024-12-07T18:30:24.6278018+01:00</d4p1:CreatedDate>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsTest>true</d4p1:IsTest>
        <d4p1:TypeBatch>sample string 3</d4p1:TypeBatch>
      </d2p1:Batch>
      <d2p1:CompletionTimeInSeconds>1</d2p1:CompletionTimeInSeconds>
      <d2p1:DateInvited>2024-12-07T18:30:24.6278018+01:00</d2p1:DateInvited>
      <d2p1:DateReminded>2024-12-07T18:30:24.6278018+01:00</d2p1:DateReminded>
      <d2p1:ExternalUniqueId>sample string 7</d2p1:ExternalUniqueId>
      <d2p1:FormNotes xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Domain.Customer.Shared.Models">
        <d4p1:FormNote>
          <d4p1:CustomerId>1</d4p1:CustomerId>
          <d4p1:Date>2024-12-07T18:30:24.6278018+01:00</d4p1:Date>
          <d4p1:Note>sample string 4</d4p1:Note>
          <d4p1:Type>InteractionBySystem</d4p1:Type>
          <d4p1:User>sample string 3</d4p1:User>
        </d4p1:FormNote>
        <d4p1:FormNote>
          <d4p1:CustomerId>1</d4p1:CustomerId>
          <d4p1:Date>2024-12-07T18:30:24.6278018+01:00</d4p1:Date>
          <d4p1:Note>sample string 4</d4p1:Note>
          <d4p1:Type>InteractionBySystem</d4p1:Type>
          <d4p1:User>sample string 3</d4p1:User>
        </d4p1:FormNote>
      </d2p1:FormNotes>
      <d2p1:FormStatus>New</d2p1:FormStatus>
      <d2p1:HasSecondFeedBack>true</d2p1:HasSecondFeedBack>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsSecondFeedBack>true</d2p1:IsSecondFeedBack>
      <d2p1:LastActivityDate>2024-12-07T18:30:24.6278018+01:00</d2p1:LastActivityDate>
      <d2p1:OpenDate>2024-12-07T18:30:24.6278018+01:00</d2p1:OpenDate>
      <d2p1:OptedOut>true</d2p1:OptedOut>
      <d2p1:OptedOutDate>2024-12-07T18:30:24.6278018+01:00</d2p1:OptedOutDate>
      <d2p1:Overtime>true</d2p1:Overtime>
      <d2p1:PartiallyAnsweredRemindedDate>2024-12-07T18:30:24.6278018+01:00</d2p1:PartiallyAnsweredRemindedDate>
      <d2p1:PreviousId>1</d2p1:PreviousId>
      <d2p1:Priority>9</d2p1:Priority>
      <d2p1:QuestionnaireId>29e948a5-766b-45e2-8711-6fdd21513945</d2p1:QuestionnaireId>
      <d2p1:ScheduledInvitationDate>2024-12-07T18:30:24.6278018+01:00</d2p1:ScheduledInvitationDate>
      <d2p1:SecondFeedbackInformation xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:OriginalCustomerId>1</d4p1:OriginalCustomerId>
        <d4p1:SecondFeedbackCustomerId>2</d4p1:SecondFeedbackCustomerId>
      </d2p1:SecondFeedbackInformation>
      <d2p1:Status xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:StatusCode>1</d4p1:StatusCode>
        <d4p1:StatusName>sample string 2</d4p1:StatusName>
      </d2p1:Status>
      <d2p1:SurveyFinishedDate>2024-12-07T18:30:24.6278018+01:00</d2p1:SurveyFinishedDate>
      <d2p1:UserAgent>sample string 8</d2p1:UserAgent>
    </d2p1:Customer>
    <d2p1:Customer>
      <Data xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <CustomerData>
          <CertificateThumbprint>sample string 5</CertificateThumbprint>
          <CustomerDataColumnId>1</CustomerDataColumnId>
          <EncryptionKey>sample string 6</EncryptionKey>
          <IsEncrypted>true</IsEncrypted>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </CustomerData>
        <CustomerData>
          <CertificateThumbprint>sample string 5</CertificateThumbprint>
          <CustomerDataColumnId>1</CustomerDataColumnId>
          <EncryptionKey>sample string 6</EncryptionKey>
          <IsEncrypted>true</IsEncrypted>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </CustomerData>
      </Data>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">sample string 11</Email>
      <IsConcept xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">true</IsConcept>
      <IsContactRequested xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">true</IsContactRequested>
      <Language xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">sample string 12</Language>
      <SurveyClosedDate xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">2024-12-07T18:30:24.6278018+01:00</SurveyClosedDate>
      <TransactionDate xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">2024-12-07T18:30:24.6278018+01:00</TransactionDate>
      <d2p1:AccessKey>sample string 2</d2p1:AccessKey>
      <d2p1:Answers xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:ExportAnswer>
          <d4p1:DateAnswered>2024-12-07T18:30:24.6278018+01:00</d4p1:DateAnswered>
          <d4p1:FileAnswers>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
          </d4p1:FileAnswers>
          <d4p1:PageRepetition i:nil="true" />
          <d4p1:SectionRepetition i:nil="true" />
          <d4p1:SelectedScalePositions>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
          </d4p1:SelectedScalePositions>
          <d4p1:Text>sample string 10</d4p1:Text>
          <d4p1:BaseQuestionId>2</d4p1:BaseQuestionId>
          <d4p1:CertificateThumbprint>sample string 8</d4p1:CertificateThumbprint>
          <d4p1:EncryptionKey>sample string 9</d4p1:EncryptionKey>
          <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
          <d4p1:PageRepetition>1</d4p1:PageRepetition>
          <d4p1:QuestionDescription>sample string 3</d4p1:QuestionDescription>
          <d4p1:QuestionId>bec07a32-a4d5-4acc-a463-b2939a4c5699</d4p1:QuestionId>
          <d4p1:QuestionText>sample string 6</d4p1:QuestionText>
          <d4p1:SectionRepetition>1</d4p1:SectionRepetition>
          <d4p1:Subtopic>sample string 5</d4p1:Subtopic>
          <d4p1:Topic>sample string 4</d4p1:Topic>
        </d4p1:ExportAnswer>
        <d4p1:ExportAnswer>
          <d4p1:DateAnswered>2024-12-07T18:30:24.6278018+01:00</d4p1:DateAnswered>
          <d4p1:FileAnswers>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
            <d4p1:FileAnswer>
              <d4p1:AnswerId>2</d4p1:AnswerId>
              <d4p1:CertificateThumbprint>sample string 7</d4p1:CertificateThumbprint>
              <d4p1:Data>QEA=</d4p1:Data>
              <d4p1:EncryptionKey>sample string 8</d4p1:EncryptionKey>
              <d4p1:FileName>sample string 3</d4p1:FileName>
              <d4p1:FileSize>4</d4p1:FileSize>
              <d4p1:FileType>sample string 5</d4p1:FileType>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
            </d4p1:FileAnswer>
          </d4p1:FileAnswers>
          <d4p1:PageRepetition i:nil="true" />
          <d4p1:SectionRepetition i:nil="true" />
          <d4p1:SelectedScalePositions>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
            <d4p1:ScalePosition>
              <d4p1:Id>1</d4p1:Id>
              <d4p1:Label>sample string 1</d4p1:Label>
              <d4p1:Ranking>1</d4p1:Ranking>
              <d4p1:Value>1</d4p1:Value>
            </d4p1:ScalePosition>
          </d4p1:SelectedScalePositions>
          <d4p1:Text>sample string 10</d4p1:Text>
          <d4p1:BaseQuestionId>2</d4p1:BaseQuestionId>
          <d4p1:CertificateThumbprint>sample string 8</d4p1:CertificateThumbprint>
          <d4p1:EncryptionKey>sample string 9</d4p1:EncryptionKey>
          <d4p1:IsEncrypted>true</d4p1:IsEncrypted>
          <d4p1:PageRepetition>1</d4p1:PageRepetition>
          <d4p1:QuestionDescription>sample string 3</d4p1:QuestionDescription>
          <d4p1:QuestionId>bec07a32-a4d5-4acc-a463-b2939a4c5699</d4p1:QuestionId>
          <d4p1:QuestionText>sample string 6</d4p1:QuestionText>
          <d4p1:SectionRepetition>1</d4p1:SectionRepetition>
          <d4p1:Subtopic>sample string 5</d4p1:Subtopic>
          <d4p1:Topic>sample string 4</d4p1:Topic>
        </d4p1:ExportAnswer>
      </d2p1:Answers>
      <d2p1:Batch xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:CreatedDate>2024-12-07T18:30:24.6278018+01:00</d4p1:CreatedDate>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsTest>true</d4p1:IsTest>
        <d4p1:TypeBatch>sample string 3</d4p1:TypeBatch>
      </d2p1:Batch>
      <d2p1:CompletionTimeInSeconds>1</d2p1:CompletionTimeInSeconds>
      <d2p1:DateInvited>2024-12-07T18:30:24.6278018+01:00</d2p1:DateInvited>
      <d2p1:DateReminded>2024-12-07T18:30:24.6278018+01:00</d2p1:DateReminded>
      <d2p1:ExternalUniqueId>sample string 7</d2p1:ExternalUniqueId>
      <d2p1:FormNotes xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Domain.Customer.Shared.Models">
        <d4p1:FormNote>
          <d4p1:CustomerId>1</d4p1:CustomerId>
          <d4p1:Date>2024-12-07T18:30:24.6278018+01:00</d4p1:Date>
          <d4p1:Note>sample string 4</d4p1:Note>
          <d4p1:Type>InteractionBySystem</d4p1:Type>
          <d4p1:User>sample string 3</d4p1:User>
        </d4p1:FormNote>
        <d4p1:FormNote>
          <d4p1:CustomerId>1</d4p1:CustomerId>
          <d4p1:Date>2024-12-07T18:30:24.6278018+01:00</d4p1:Date>
          <d4p1:Note>sample string 4</d4p1:Note>
          <d4p1:Type>InteractionBySystem</d4p1:Type>
          <d4p1:User>sample string 3</d4p1:User>
        </d4p1:FormNote>
      </d2p1:FormNotes>
      <d2p1:FormStatus>New</d2p1:FormStatus>
      <d2p1:HasSecondFeedBack>true</d2p1:HasSecondFeedBack>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsSecondFeedBack>true</d2p1:IsSecondFeedBack>
      <d2p1:LastActivityDate>2024-12-07T18:30:24.6278018+01:00</d2p1:LastActivityDate>
      <d2p1:OpenDate>2024-12-07T18:30:24.6278018+01:00</d2p1:OpenDate>
      <d2p1:OptedOut>true</d2p1:OptedOut>
      <d2p1:OptedOutDate>2024-12-07T18:30:24.6278018+01:00</d2p1:OptedOutDate>
      <d2p1:Overtime>true</d2p1:Overtime>
      <d2p1:PartiallyAnsweredRemindedDate>2024-12-07T18:30:24.6278018+01:00</d2p1:PartiallyAnsweredRemindedDate>
      <d2p1:PreviousId>1</d2p1:PreviousId>
      <d2p1:Priority>9</d2p1:Priority>
      <d2p1:QuestionnaireId>29e948a5-766b-45e2-8711-6fdd21513945</d2p1:QuestionnaireId>
      <d2p1:ScheduledInvitationDate>2024-12-07T18:30:24.6278018+01:00</d2p1:ScheduledInvitationDate>
      <d2p1:SecondFeedbackInformation xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:OriginalCustomerId>1</d4p1:OriginalCustomerId>
        <d4p1:SecondFeedbackCustomerId>2</d4p1:SecondFeedbackCustomerId>
      </d2p1:SecondFeedbackInformation>
      <d2p1:Status xmlns:d4p1="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.Models">
        <d4p1:StatusCode>1</d4p1:StatusCode>
        <d4p1:StatusName>sample string 2</d4p1:StatusName>
      </d2p1:Status>
      <d2p1:SurveyFinishedDate>2024-12-07T18:30:24.6278018+01:00</d2p1:SurveyFinishedDate>
      <d2p1:UserAgent>sample string 8</d2p1:UserAgent>
    </d2p1:Customer>
  </Customers>
</GetCustomerResponse>

Response Status Codes

Status Code Name Description
200 OK The request has succeeded.
400 Bad Request Fulfilling the request would cause an invalid state. Request needs modification.
401 Unauthorized Missing or invalid authentication token.
403 Forbidden Server refuses to authorize the request.
408 Request Timeout The server timed out waiting for the request.
429 Too Many Requests Too many requests in a given amount of time.
500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request.
503 Service Unavailable The server is unable to proces the request at the moment, try again later.