Hi Ben,
Regarding my issue on the API you shared
I don’t get Internal Server Error while using
{AccountId}/bookings?searchTimeRangeCriteria=createdAt&sortBy=createdAt&pageSize=200&from=2025-04-01T00:00:00Z&direction=forwards&fields=createdAt,startsAt,endsAt
It’s only appearing when I used the latest api endpoint
{AccountId}/bookings/query?searchTimeRangeCriteria=createdAt&sortBy=createdAt&pageSize=200&from=2025-04-01T00:00:00Z
where I get this
{
“code” : “ycbm_api_unknown_error”,
“errors” : ,
“httpCode” : 500,
“httpStatusCode” : 500,
“message” : “Unexpected error”,
“status” : “INTERNAL_SERVER_ERROR”,
“type” : “YcbmApiException”
}
Is it something on our account that we can’t access this API or the query parameters I passed