Bookker API Documentation logo Bookker API Documentation

Recuperar reservas del usuario v2

Última modificación: 06/06/2025

Reservas del usuario

Se obtienen las reservas del usuario solicitado, tanto las que ha organizado como a las que ha sido invitado.

Recuperar reservas del usuario

Intenta recuperar las reservas del usuario.

En las reservas obtenidas, se recuperan los datos más relevantes.

Aspectos a tener en cuenta:

Request

HTTP request
GET /api/v2/user/bookings?rangeStartDate=2025-03-01&rangeEndDate=2025-04-01
Params
Param Value Required
rangeStartDate 2025-04-01 true
rangeEndDate 2025-05-01 true
Headers
Header Value Required
Authorization Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFM1MT… true
app-version versión app true

Response

Response

Se devuelve un código 200 con las reservas del usuario, en el cuerpo de la respuesta.

{
    "userIsOrganizer": [
        {
            "id": "205562f7-afea-4d33-8590-0f26c98fe653",
            "recurrentId": "c93d99e7-4ff7-4b9e-b37f-52f3169603be",
            "startDate": 1747396800000,
            "endDate": 1747398600000,
            "status": "UNDETERMINED",
            "accessControlType": "NONE",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "creator": {
                "id": "789d3337-8e06-45f0-a4c9-0f68d3473748"
            },
            "resource": {
                "id": "b971c32b-faba-4f7d-aecb-76ea59e0d613",
                "name": "B-S1-PARK-10",
                "posterCode": "B-S1-PARK-10",
                "mapCoordinates": {
                    "topLeftX": 146,
                    "topLeftY": 502,
                    "bottomRightX": 171,
                    "bottomRightY": 527
                },
                "approachable": false,
                "floor": {
                    "id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1",
                    "name": "Sótano 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/9f14e8a8597b44fd9ecfb17695d9ddf2.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
                    "name": "Plaza De Parking",
                    "category": "PARKING",
                    "priority": 0
                },
                "visible": true,
                "electricCharger": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                },
            "supervisedBookingId": "758a81f3-b48c-404b-f171-8692f855f538"
            }
        },
        {
            "id": "2090cca9-d90e-43b5-9268-80f867cc7988",
            "recurrentId": "87847cbc-9625-4911-bdab-d26bcec885ac",
            "startDate": 1747835100000,
            "endDate": 1747838700000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "63293788-2487-488a-b7bd-18d920592808",
                "name": "B-P1-PUESTO-90",
                "posterCode": "B-P1-PUESTO-90",
                "mapCoordinates": {
                    "topLeftX": 144,
                    "topLeftY": 1679,
                    "bottomRightX": 194,
                    "bottomRightY": 1727
                },
                "approachable": false,
                "floor": {
                    "id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
                    "name": "Planta 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/40d25abc74f043f4afff218f02d2e024.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "db5d3245-1df2-42e2-9c6e-51bfadba948b",
                    "name": "Puesto De Trabajo",
                    "category": "WORKSTATION",
                    "priority": 0
                },
                "visible": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        },
        {
            "id": "648749de-c5a8-4dcf-85e2-1c7bdf4bca9f",
            "recurrentId": "87847cbc-9625-4911-bdab-d26bcec885ac",
            "startDate": 1747748700000,
            "endDate": 1747752300000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "63293788-2487-488a-b7bd-18d920592808",
                "name": "B-P1-PUESTO-90",
                "posterCode": "B-P1-PUESTO-90",
                "mapCoordinates": {
                    "topLeftX": 144,
                    "topLeftY": 1679,
                    "bottomRightX": 194,
                    "bottomRightY": 1727
                },
                "approachable": false,
                "floor": {
                    "id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
                    "name": "Planta 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/40d25abc74f043f4afff218f02d2e024.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "db5d3245-1df2-42e2-9c6e-51bfadba948b",
                    "name": "Puesto De Trabajo",
                    "category": "WORKSTATION",
                    "priority": 0
                },
                "visible": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        },
        {
            "id": "7ebed5f9-a19d-4100-9a25-c8274e13e5df",
            "startDate": 1747818900000,
            "endDate": 1747822500000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "acd1606f-c435-473b-ad24-97186df0c1fe",
                "name": "B-P2-PUESTO-34",
                "posterCode": "B-P2-PUESTO-34",
                "mapCoordinates": {
                    "topLeftX": 1241,
                    "topLeftY": 1437,
                    "bottomRightX": 1289,
                    "bottomRightY": 1486
                },
                "approachable": false,
                "floor": {
                    "id": "210e9b26-7c61-48c9-922f-0fd50d9bb289",
                    "name": "Planta 2",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/871cc01a68c54fda9874857407ffa0c5.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "db5d3245-1df2-42e2-9c6e-51bfadba948b",
                    "name": "Puesto De Trabajo",
                    "category": "WORKSTATION",
                    "priority": 0
                },
                "visible": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        },
        {
            "id": "98618361-804f-49c6-8441-89e5f7ab50a0",
            "startDate": 1747905300000,
            "endDate": 1747908900000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "9ab4719c-8d2e-4a74-a0d2-51c87b04c4f0",
                "name": "PUESTO RR",
                "posterCode": "L-P1-PUESTO-RR",
                "approachable": false,
                "floor": {
                    "id": "1babe528-ef7d-4e78-a93e-4e7f28b75d07",
                    "name": "Planta 1",
                    "building": {
                        "id": "328a81f3-f171-404b-b48c-c922828aed51",
                        "name": "Logroño Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "328a81f3-f171-404b-b48c-c922828aed51"
                },
                "subcategory": {
                    "id": "db5d3245-1df2-42e2-9c6e-51bfadba948b",
                    "name": "Puesto De Trabajo",
                    "category": "WORKSTATION",
                    "priority": 0
                },
                "visible": true,
                "building": {
                    "id": "328a81f3-f171-404b-b48c-c922828aed51",
                    "name": "Logroño Building",
                    "timezone": "Europe/Madrid"
                }
            }
        },
        {
            "id": "ba256cac-23d9-46cc-8936-0a920e9e548e",
            "recurrentId": "c93d99e7-4ff7-4b9e-b37f-52f3169603be",
            "startDate": 1747656000000,
            "endDate": 1747657800000,
            "status": "UNDETERMINED",
            "accessControlType": "NONE",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "b971c32b-faba-4f7d-aecb-76ea59e0d613",
                "name": "B-S1-PARK-10",
                "posterCode": "B-S1-PARK-10",
                "mapCoordinates": {
                    "topLeftX": 146,
                    "topLeftY": 502,
                    "bottomRightX": 171,
                    "bottomRightY": 527
                },
                "approachable": false,
                "floor": {
                    "id": "b60c8462-0c40-4f61-b9ce-1e1179f49da1",
                    "name": "Sótano 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/9f14e8a8597b44fd9ecfb17695d9ddf2.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "6e0a5df1-2de7-40f3-8590-2f8e7bc45ef8",
                    "name": "Plaza De Parking",
                    "category": "PARKING",
                    "priority": 0
                },
                "visible": true,
                "electricCharger": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        },
        {
            "id": "d84268a0-b530-4d21-9279-5776f5dacf0c",
            "recurrentId": "87847cbc-9625-4911-bdab-d26bcec885ac",
            "startDate": 1747921500000,
            "endDate": 1747925100000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "7c008797-7ce7-4b6b-9907-8692f855f538"
            },
            "resource": {
                "id": "63293788-2487-488a-b7bd-18d920592808",
                "name": "B-P1-PUESTO-90",
                "posterCode": "B-P1-PUESTO-90",
                "mapCoordinates": {
                    "topLeftX": 144,
                    "topLeftY": 1679,
                    "bottomRightX": 194,
                    "bottomRightY": 1727
                },
                "approachable": false,
                "floor": {
                    "id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
                    "name": "Planta 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/40d25abc74f043f4afff218f02d2e024.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "db5d3245-1df2-42e2-9c6e-51bfadba948b",
                    "name": "Puesto De Trabajo",
                    "category": "WORKSTATION",
                    "priority": 0
                },
                "visible": true,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        }
    ],
    "userIsInvited": [
        {
            "id": "9d8a430d-5e6c-431f-8a46-3b39d33554f0",
            "startDate": 1747733400000,
            "endDate": 1747737000000,
            "status": "PENDING",
            "accessControlType": "ORGANIZER",
            "organizer": {
                "id": "789d3337-8e06-45f0-a4c9-0f68d3473748"
            },
            "resource": {
                "id": "02d5eb35-3860-4a1a-b6fd-fc269b8eedbf",
                "name": "Snorlax 143",
                "posterCode": "B-P1-REST-143",
                "mapCoordinates": {
                    "topLeftX": 3,
                    "topLeftY": 4,
                    "bottomRightX": 1,
                    "bottomRightY": 2
                },
                "approachable": false,
                "floor": {
                    "id": "14ab4017-1261-46ff-af05-eadf5d3d69e8",
                    "name": "Planta 1",
                    "image": "https://api.develop.bookkercorp.com/api/v1/bookker/download/organizations/8aee218a-fce2-4900-9410-00f485a2729e/floors/40d25abc74f043f4afff218f02d2e024.png",
                    "building": {
                        "id": "758a81f3-f171-404b-b48c-c922828aed49",
                        "name": "Jupiter Building",
                        "timezone": "Europe/Madrid"
                    },
                    "buildingId": "758a81f3-f171-404b-b48c-c922828aed49"
                },
                "subcategory": {
                    "id": "467e845c-b5b2-4f2d-bc9a-ed1f6fd2dae5",
                    "name": "Sala De Descanso",
                    "category": "SPACE",
                    "priority": 0
                },
                "visible": true,
                "capacity": 1,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        }
    ]
}          "priority": 0
                },
                "visible": true,
                "capacity": 1,
                "building": {
                    "id": "758a81f3-f171-404b-b48c-c922828aed49",
                    "name": "Jupiter Building",
                    "timezone": "Europe/Madrid"
                }
            }
        }
    ]
}