# Amendments

This file contains sample requests for requests sent to a [`/amendments` endpoint][0].

## Get Amendment by Type

Returns a list of amendments filtered by the specified congress and amendment type, sorted by date of latest action.

The result set can be further filtered using ‘fromDateTime’ and ‘toDateTime’ parameters.

- `fromDateTime`
  - Start timestamp to filter by update date.
- `toDateTime`
  - End timestamp to filter by update date.

`GET /amendment/:congress/:amendmentType`

## Example Request

`/v3/amendment/117/samdt`

[0]: https://api.congress.gov/#/amendments
