# Get frequency utilization resume of all booths in Facility **GET /api/facilities/{id}/utilization_frequency** Returns a list of objects with the summed utilization for each mode for all booths associated to the given Facility. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) id of the facility ### Query parameters - **from** (string) an ISO8601 formatted date to query data from - **to** (string) an ISO8601 formatted date to query data until ## Responses ### 200 OK #### Body: application/json (object) - **duration** (number) Interval of time in minutes - **mode** (string) Name of the mode the booths were on - **percentage** (number) Percentage of duration with respect all modes ### 400 Bad request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)