Skip to main content
These endpoints return the lookup values used when creating and filtering case referrals. All three require the read_only tier or above.

List case types

Returns every active case type available for creating referrals. read_only
Example 200 response:
The displayName and explanation fields may be null for some case types. Use the name value when creating referrals.

List jurisdictions

Returns all US states and territories supported by the platform. read_only
Example 200 response (truncated):
Use the two-letter code value when filtering counties or setting jurisdiction on a case.

List counties

Returns counties, optionally filtered by one or more jurisdiction codes. read_only Query parameters
Example 200 response (truncated):
Without jurisdictionCodes the response includes every county across all jurisdictions. Filter to keep payloads small when you only need specific states.