PureSpectrum
PureSpectrum websiteHelp center
PureSpectrum websiteHelp center
  1. Attributes
  • Intro
  • API Overview
  • Definitions
  • Survey Lifecycle
  • Create Your First Survey
  • Redirect URLs
  • Changelog
  • HTTP Status Codes
  • General Reference Codes
    • Survey Status Codes
    • Respondent Status Codes
    • Survey Category Codes
    • Age Unit Codes
    • Currency Codes
    • Survey Localization Codes
  • Guides
    • Getting Started
    • Create Survey Examples
    • Multi-Country Surveys
    • Children Age & Gender
    • Append Respondent Demographics to the Survey Entry Link
    • Test Survey Flow
    • Supplier Blends & Groups
    • Respondent Exclusion / Recontact
    • Survey Exclusion Group
    • Quotas on Clicks
    • Field Evenly Over Time (FEOT)
    • Quota Based Pricing (QBP)
    • Quota Level Complete (QLC)
    • Quota Throttling
    • Templates
    • Bypassing Automatic Variable Mapping
    • Research Defender's Predupe
    • Subscriber Emails
    • Real-Time Notifications (SNS)
  • API Reference
  • Schemas
    • Feasibility
      • Feasibility request schema
      • Feasibility response schema
    • Surveys
      • Create survey full request schema
      • Create survey minimum request schema
      • Create survey response schema
      • Update survey status request schema
      • Update survey status response schema
      • Get survey status response
    • Qualifications
      • Qualification Schema
      • Create qualification request schema
    • Quotas
      • Quota Schema
      • Create quota request schema
      • Create quota response schema
    • Attributes
      • Get attributes response
    • Supplier management
      • Supplier
      • List of all suppliers response
      • List of all suppliers per survey response
      • Update the list of suppliers for a Survey request
      • Update the list of suppliers for a Survey response
    • Other
      • Generic error response
  1. Attributes

Get attributes response

[
    {
        "qualification_code": 0,
        "recency": 0,
        "desc": "string",
        "category": [
            {
                "id": 0,
                "label": "string"
            }
        ],
        "tags": "string",
        "type": 0,
        "class": 0,
        "stem1": "string",
        "stem2": "string",
        "buyer_text": "string",
        "create_survey_question_order": 0,
        "randomize_answer_options": true,
        "answer_order": 0,
        "is_hidden": true,
        "is_active": true,
        "localizations": [
            {
                "locale": "string",
                "text": "string",
                "placeholder": "string",
                "answers": [
                    {
                        "answer_id": "string",
                        "local_text": "string",
                        "eng_text": "string",
                        "condition_code": 0,
                        "buyer_answer_id": "string",
                        "country": "string"
                    }
                ],
                "format": {
                    "min": 0,
                    "max": 0,
                    "regex": "string"
                },
                "name_alias": "string",
                "image_url": null,
                "create_survey_position": 0,
                "create_survey_component": 0,
                "has_census_data": true,
                "hasDependency": true,
                "hasSegmentation": true
            }
        ]
    }
]