Getting consistent 500s when trying to expand custom fields on /work_orders. Request works fine without expansion.
GET /v1/work_orders?expand=custom_fields.customer_preferences&limit=50
Response:
HTTP/1.1 500 Internal Server Error
{"error": "internal_server_error", "request_id": "req_7a8f9e2d1c4b"}
Works:
GET /v1/work_orders?expand=assignee,customer&limit=50
Same behavior on jobs endpoint. Custom fields exist and are populated in UI.
req_7a8f9e2d1c4b, req_8b3c0a5f2e9d, req_9d1e4f7a3b8c — all from last 2 hours.