The endpoint for sponsorship of Bills by Legislators.
amendment_id | integer <int64> The amendment being sponsored. NOTE: Parameter accepts additional qualifiers appended to the end: |
bill_id | integer <int64> The bill being sponsored. NOTE: Parameter accepts additional qualifiers appended to the end: |
person_id | integer <int64> The sponsoring person. NOTE: Parameter accepts additional qualifiers appended to the end: |
sponsor_type | integer <int64> The type of sponsorship. NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name SponsorType, for an explanation of values. |
state_name | string The original name given to this sponsor by a state website or EurLex (if EU). NOTE: Parameter accepts additional qualifiers appended to the end: |
limit | integer <int64> Default: 20 The number of records to return (for pagination). |
offset | integer <int64> Default: 0 The number of records to offset the start of the data being returned (for pagination). |
NewSponsor retrieved successfully
improperly configured request
authorization failure
internal server error
{- "_extra": { },
- "amendment": "/api/newamendment/1/",
- "bill": "/api/newbill/1/",
- "committee": "/api/committee/1/",
- "created": "2019-08-24T14:15:22Z",
- "id": 0,
- "joined": "2019-08-24T14:15:22Z",
- "party": 0,
- "person": "/api/newperson/1/",
- "resource_uri": "string",
- "sponsor_icon": "string",
- "sponsor_image_url": "string",
- "sponsor_name": "string",
- "sponsor_type": 1,
- "sponsor_url": "string",
- "state_name": "string",
- "updated": "2019-08-24T14:15:22Z",
- "withdrawn": "2019-08-24T14:15:22Z"
}
The endpoint for sponsorship of Bills by Legislators.
NewSponsor retrieved successfully
improperly configured request
authorization failure
internal server error
{- "_extra": { },
- "amendment": "/api/newamendment/1/",
- "bill": "/api/newbill/1/",
- "committee": "/api/committee/1/",
- "created": "2019-08-24T14:15:22Z",
- "id": 0,
- "joined": "2019-08-24T14:15:22Z",
- "party": 0,
- "person": "/api/newperson/1/",
- "resource_uri": "string",
- "sponsor_icon": "string",
- "sponsor_image_url": "string",
- "sponsor_name": "string",
- "sponsor_type": 1,
- "sponsor_url": "string",
- "state_name": "string",
- "updated": "2019-08-24T14:15:22Z",
- "withdrawn": "2019-08-24T14:15:22Z"
}