Data Partner API
    Data Partner API
    • Data Partner API
      • Getting Started
        • Introduction to API
        • Become a Supplier
        • Authentication
        • Urls
      • API Reference
        • Account
          • Get Supplier Details
          • Update redirect urls
          • Update S2S redirect urls
        • Surveys
          • Get Surveys
          • Get Survey Qualifications
          • Get Survey Quotas
          • Get Survey Stats
          • Get Survey Groups
        • Collections
          • Languages
          • Industries
          • StudyTypes
          • SurveyStatuses
          • QualificationCategories
          • QualificationCategoryTypes
          • QualificationTypes
          • Qualifications
          • QualificationDetailById
      • Schemas
        • Survey
        • SupplierAccountResponse
        • SupplierSurveyResponse
        • Qualification
        • SurveyQualificationResponse
        • QuotaCondition
        • SurveyQuotaResponse
        • Quotas
        • SurveyStat
        • SurveyStatsResponse
        • SurveyGroup
        • SurveyGroupsResponse

    SupplierSurveyResponse

    {
        "status": "ok",
        "hasError": false,
        "messages": [],
        "error": {
            "errorCode": ""
        },
        "Surveys": [
            {
                "SurveyId": 0,
                "Name": "string",
                "Cpi": "string",
                "Ir": "string",
                "Loi": "string",
                "StudyTypeId": 0,
                "Completes": 0,
                "LanguageId": 0,
                "SurveyUrl": "../dictionary",
                "DesktopAllowed": true,
                "MobileAllowed": true,
                "TabletAllowed": true,
                "LastUpdatedOnUTC": "2019-08-24T14:15:22.123Z",
                "Has_Qualifications": true,
                "Has_Quotas": true,
                "Has_Survey_Groups": true,
                "IndustryId": 0,
                "CollectPii": true,
                "BuyerId": 0,
                "StartDate": "2019-08-24T14:15:22.123Z",
                "EndDate": "2019-08-24T14:15:22.123Z",
                "Qual_LastUpdatedOnUTC": "2019-08-24T14:15:22.123Z",
                "Quota_LastUpdatedOnUTC": "2019-08-24T14:15:22.123Z",
                "Revenue": 0,
                "IncidentRate": 0,
                "LengthOfInterview": 0
            }
        ],
        "SupplierId": 0
    }
    Built with