Skip to main content
GET
List Office Votes

Overview

Returns every office your organization has voted for, alphabetical by office code. Watch office_status: when an office you voted for goes live, its votes flip to live — your ask landed. The votable vocabulary is bounded — ISO 3166-1 country codes plus BX, AP, OA, see Cast Office Votes — so the list is always a single page: has_more is always false and pagination.cursor is always null. Like GET /v1/feedback, this list bills 1 read unit; casting and retracting votes bill 0 units. Responses carry the standard RateLimit-* headers.

Query Parameters

integer
Accepted for compatibility with generic list clients and SDK pagination helpers, then ignored — every vote comes back in one page. Must still be a well-formed page size (1–100).
string
Accepted and ignored, same reason. There is never a next page to fetch.
Any other query parameter is rejected with 400 validation_error. Responses are private, no-store — votes are org-scoped, never shared cache.

Response

string
Always list.
object[]
boolean
Always false.

Code Examples

Errors

Casting a vote can also fail validation with unknown_office_code, office_already_live, or no_trademark_register — see Cast Office Votes.