Endpoints
GET /api/v1/firms/case-types– Returns objects withid,name, anddescription.GET /api/v1/firms/specialties/list– Returns an array of strings (e.g.,"personal_injury").
Sample Response
Best Practices
- Validate case type selections before calling
POST /api/v1/cases. - Use specialties list for lightweight UI filters; rely on case-type endpoint for richer metadata.
- Cache responses to reduce load and ensure consistent dropdown ordering.