Skip to main content
GET
List Event Types

Overview

Returns per-office event type code mappings. Each entry maps a raw office-specific event code to a canonical event type. Use this to populate filter dropdowns, validate event data, or build event-type legend displays.

Query Parameters

string
Filter mappings by office code (e.g. WO). Omit to return all offices.
integer
default:"100"
Max results per page (max 500).
string
Pagination cursor from pagination.cursor of the previous page.

Response

This endpoint is publicly cacheable, so the response never includes request_id.
string
Always list.
object[]
boolean
Whether more pages are available.
object

Code Examples

Errors