TrustRadius TrustQuote is a JSON Structure definition published by TrustRadius.
{
"name": "TrustRadius TrustQuote",
"description": "Field-level structure of a licensed TrustRadius review excerpt, as returned by GET /trustquotes (operationId trustquotes_get). Derived field-for-field from #/components/schemas/TrustQuotes in the provider-published OpenAPI. Types and nesting are the provider's; nothing is added.",
"source_operation": "trustquotes_get",
"source_schema": "#/components/schemas/TrustQuotes",
"envelope": "bare JSON array of TrustQuote objects (no wrapper, no total count)",
"fields": [
{"name": "id", "type": "string", "description": "Quote identifier."},
{"name": "text", "type": "string", "description": "The licensed review excerpt itself."},
{"name": "created", "type": "string", "description": "When the quote was created."},
{"name": "isSummary", "type": "boolean", "description": "Whether this is a summary excerpt rather than a verbatim pull."},
{"name": "isAnonymous", "type": "boolean", "description": "Whether the reviewer chose anonymity. When true, reviewer identity in `user` must not be rendered."},
{"name": "taggedreviewStatus", "type": "string", "description": "Tagging state of the underlying review."},
{"name": "allTags", "type": "array<string>", "description": "Tag ids applied to this quote; join against GET /tags."},
{"name": "allTagNames", "type": "array<string>", "description": "Tag display names, parallel to allTags."},
{"name": "vendor.id", "type": "string", "description": "Vendor identifier."},
{"name": "vendor.name", "type": "string", "description": "Vendor display name."},
{"name": "product.id", "type": "string", "description": "Product identifier."},
{"name": "product.name", "type": "string", "description": "Product display name."},
{"name": "review.id", "type": "string", "description": "Identifier of the underlying published review."},
{"name": "review.heading", "type": "string", "description": "Headline of the underlying review."},
{"name": "review.url", "type": "string", "description": "Canonical link back to the published review on TrustRadius."},
{"name": "review.rating", "type": "integer", "description": "Numeric rating carried by the underlying review."},
{"name": "review.publishedDate", "type": "string", "description": "When the review was published."},
{"name": "review.editedDate", "type": "string", "description": "When the review was last edited."},
{"name": "user.id", "type": "string", "description": "Reviewer identifier."},
{"name": "user.name", "type": "string", "description": "Reviewer name. Suppress when isAnonymous is true."},
{"name": "user.pictureUrl", "type": "string", "description": "Reviewer avatar. Suppress when isAnonymous is true."},
{"name": "user.company.name", "type": "string", "description": "Reviewer's employer."},
{"name": "user.company.size", "type": "string", "description": "Employer size band."},
{"name": "user.company.industry.name", "type": "string", "description": "Employer industry name."},
{"name": "user.position.title", "type": "string", "description": "Reviewer job title."},
{"name": "user.position.jobType", "type": "string", "description": "Reviewer job type."},
{"name": "user.position.department", "type": "string", "description": "Reviewer department."}
],
"x-generated": "2026-08-14",
"x-method": "derived",
"x-source": "openapi/_original/trustradius-api-openapi.yml (provider-published OpenAPI 3.0.0 v1.1)"
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.