Returns a list of bookings in the system.Ask AIget https://example.hammertechonline.com/v0.1/bookingsReturns a list of bookings.Query Params$expandstringExpands related entities inline$filterstringFilter the results using OData filter syntax. Filterable Properties: BookingId, ProjectId, LastModifiedDate. Example: $filter=BookingId eq 'value'$selectstringSelects which properties to include in the response$orderbystringSorts the results$topint32Returns only the first N results$skipint32Skips the first N results$countbooleanIncludes a count of the matching results in the responsetruefalse$formatstringenumReturns data in the specified formatcsvAllowed:csvResponse 200OKUpdated 4 months ago