Reputation · Schema

SurveyResult

A completed customer survey result on the Reputation platform.

Reputation ManagementOnline ReviewsBusiness ListingsSurveysSocial ListeningCompetitive IntelligenceCustomer ExperienceLocal SEO

Properties

Name Type Description
surveyID string Unique identifier for the survey result
surveyTemplateID string ID of the survey template used
locationID string ID of the location associated with this survey
respondent object Information about the survey respondent
responses array Individual question responses
overallScore number Aggregate score for the survey
npsScore integer Net Promoter Score response
dateCompleted string Date and time the survey was completed
status string Completion status of the survey
channel string Channel through which the survey was delivered
View JSON Schema on GitHub

JSON Schema

reputation-survey.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.reputation.com/v3/schemas/survey",
  "title": "SurveyResult",
  "description": "A completed customer survey result on the Reputation platform.",
  "type": "object",
  "properties": {
    "surveyID": {
      "type": "string",
      "description": "Unique identifier for the survey result"
    },
    "surveyTemplateID": {
      "type": "string",
      "description": "ID of the survey template used"
    },
    "locationID": {
      "type": "string",
      "description": "ID of the location associated with this survey"
    },
    "respondent": {
      "type": "object",
      "description": "Information about the survey respondent",
      "properties": {
        "name": {"type": "string"},
        "email": {"type": "string", "format": "email"},
        "phone": {"type": "string"}
      }
    },
    "responses": {
      "type": "array",
      "description": "Individual question responses",
      "items": {
        "type": "object",
        "properties": {
          "questionID": {"type": "string"},
          "question": {"type": "string"},
          "answer": {},
          "score": {"type": "number"}
        }
      }
    },
    "overallScore": {
      "type": "number",
      "description": "Aggregate score for the survey"
    },
    "npsScore": {
      "type": "integer",
      "minimum": 0,
      "maximum": 10,
      "description": "Net Promoter Score response"
    },
    "dateCompleted": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the survey was completed"
    },
    "status": {
      "type": "string",
      "enum": ["complete", "partial", "abandoned"],
      "description": "Completion status of the survey"
    },
    "channel": {
      "type": "string",
      "enum": ["email", "sms", "web", "kiosk"],
      "description": "Channel through which the survey was delivered"
    }
  },
  "required": ["surveyID", "surveyTemplateID", "locationID"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/reputation-survey"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.