# Get booth revision history **GET /api/booths/{id}/revision_history** Allows you to retrieve the program and firmware revisions a booth has had installed and when the first message with each version was received. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) ID of the booth ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) object with program and firmware revisions for a booth ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 403 Forbidden #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 404 Not Found #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)