| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

| Name           | Type    | Description                                       |
| -------------- | ------- | -------------------------------------------------|
| id             | integer | reservation_id used to scope rental agreement    |
| api-version    | integer | Target API version                               |
| accept         | string  | Defaults to application/json                     |

### Allowed Values

- `application/json`
- `application/pdf`

### Responses

#### `200` Rental agreement PDF

#### `400` Bad Request

#### `401` Unauthorized

#### `403` Forbidden

#### `404` Not found

### Base URL

https://api.dealerware.com/admin/contracts/{id}/rental_agreements

### Example Request

```bash
curl --request GET \
     --url https://api.dealerware.com/admin/contracts/id/rental_agreements \
     --header 'accept: application/json'
```

### Note

Updated 3 months ago
