v1
latestSwagger 2.02026-08-04232286653.5 KBReservations
Get reservation belonging to the specified organization and reservation ID. User must be part of the organization.
get/organizations/{organization_id}/reservations/{reservation_id}
Path parameters
organization_idstring required
reservation_idstring required
Response
Example response
{
"items": [
{
"contract_end_date": "2025-08-14T09:00:35Z",
"contract_start_date": "2024-08-14T09:00:35Z",
"date_delivered": "2024-07-14T09:00:35Z",
"delivery_deadline": "2024-08-14T09:00:35Z",
"duration": 12,
"id": "e384a1de-81f8-4cb2-b312-a7d88a9bf9cb",
"price": "6.25",
"product_line": "h100",
"quantity": 64,
"reservation_type": "RIPA",
"used_quantity": 32
}
]
}