get
https://example.com/v3/treaty////actions
GET /treaty/:congress/:treatyNumber/:treatySuffix/actions
Example Request
/v3/treaty/114/13/A/actions
::
"actions": [
{
"actionCode": "S05291",
"actionDate": "2018-07-26",
"committee": null,
"text": "Resolution of advice and consent to ratification agreed to in Senate by Division Vote.",
"type": "Floor"
},
{
"actionCode": "S05311",
"actionDate": "2018-07-26",
"committee": null,
"text": "Treaty moved through its parliamentary stages up to and including presentation of the resolution of advice and consent to ratification.",
"type": "Floor"
}
]