GET api/BillInformation/{year}/{billNumber}/{specialSessionValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| billNumber | string |
Required |
|
| specialSessionValue | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
BillReferenceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Bill | string |
None. |
|
| LsoNumber | string |
None. |
|
| CatchTitle | string |
None. |
|
| Sponsor | string |
None. |
|
| LastAction | string |
None. |
|
| LastActionDate | date |
None. |
|
| BillTitle | string |
None. |
|
| Introduced | string |
None. |
|
| Substitute | string |
None. |
|
| FiscalNote | string |
None. |
|
| ConcurrenceLink | string |
None. |
|
| Digest | string |
None. |
|
| EngrossedVersion | string |
None. |
|
| EnrolledAct | string |
None. |
|
| Chapter | string |
None. |
|
| Summary | string |
None. |
|
| Veto | string |
None. |
|
| BillType | string |
None. |
|
| SignedDate | string |
None. |
|
| EffectiveDate | string |
None. |
|
| EnrolledNumber | string |
None. |
|
| VetoLinkText | string |
None. |
|
| CustomEnrolledLinkText | string |
None. |
|
| CustomEnrolledPath | string |
None. |
|
| IsPublic | boolean |
None. |
|
| BillStatus | string |
None. |
|
| SponsorStringSenate | string |
None. |
|
| SponsorStringHouse | string |
None. |
|
| FiscalNoteHTML | string |
None. |
|
| CurrentBillHTML | string |
None. |
|
| DigestHTML | string |
None. |
|
| SummaryHTML | string |
None. |
|
| Year | integer |
None. |
|
| ShowPDF | boolean |
None. |
|
| IsEngrossed | boolean |
None. |
|
| SpecialSessionValue | byte |
None. |
|
| ScheduledActions | Collection of ScheduledActionDto |
None. |
|
| RollCalls | Collection of RollCallDto |
None. |
|
| Amendments | Collection of AmendmentDto |
None. |
|
| Sponsors | Collection of SponsorDto |
None. |
|
| BillActions | Collection of BillActionDto |
None. |
|
| SubstituteBills | Collection of SubstituteBillDto |
None. |
|
| Vetoes | Collection of VetoDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"bill": "sample string 2",
"lsoNumber": "sample string 3",
"catchTitle": "sample string 4",
"sponsor": "sample string 5",
"lastAction": "sample string 6",
"lastActionDate": "2025-12-06T12:08:33.5780835-07:00",
"billTitle": "sample string 7",
"introduced": "sample string 8",
"substitute": "sample string 9",
"fiscalNote": "sample string 10",
"concurrenceLink": "sample string 11",
"digest": "sample string 12",
"engrossedVersion": "sample string 13",
"enrolledAct": "sample string 14",
"chapter": "sample string 15",
"summary": "sample string 16",
"veto": "sample string 17",
"billType": "sample string 18",
"signedDate": "sample string 19",
"effectiveDate": "sample string 20",
"enrolledNumber": "sample string 21",
"vetoLinkText": "sample string 22",
"customEnrolledLinkText": "sample string 23",
"customEnrolledPath": "sample string 24",
"isPublic": true,
"billStatus": "sample string 25",
"sponsorStringSenate": "sample string 26",
"sponsorStringHouse": "sample string 27",
"fiscalNoteHTML": "sample string 28",
"currentBillHTML": "sample string 29",
"digestHTML": "sample string 30",
"summaryHTML": "sample string 31",
"year": 32,
"showPDF": true,
"isEngrossed": true,
"specialSessionValue": 64,
"scheduledActions": [
{
"actionDescription": "sample string 1",
"scheduledDate": "2025-12-06T12:08:33.5780835-07:00",
"actionType": 1,
"scheduledTime": "sample string 3",
"location": "sample string 4"
},
{
"actionDescription": "sample string 1",
"scheduledDate": "2025-12-06T12:08:33.5780835-07:00",
"actionType": 1,
"scheduledTime": "sample string 3",
"location": "sample string 4"
}
],
"rollCalls": [
{
"year": 1,
"voteID": 2,
"chamber": "sample string 3",
"voteDate": "2025-12-06T12:08:33.5780835-07:00",
"yesVotesCount": 1,
"yesVotes": "sample string 4",
"noVotesCount": 1,
"noVotes": "sample string 5",
"absentVotesCount": 1,
"absentVotes": "sample string 6",
"conflictVotesCount": 1,
"conflictVotes": "sample string 7",
"excusedVotesCount": 1,
"excusedVotes": "sample string 8",
"voteType": "sample string 9",
"billNumber": "sample string 10",
"action": "sample string 11",
"amendmentNumber": "sample string 12",
"rollCallLegVoteDtos": [
{
"year": 1,
"voteID": 2,
"legislator": "sample string 3",
"vote": "sample string 4"
},
{
"year": 1,
"voteID": 2,
"legislator": "sample string 3",
"vote": "sample string 4"
}
]
},
{
"year": 1,
"voteID": 2,
"chamber": "sample string 3",
"voteDate": "2025-12-06T12:08:33.5780835-07:00",
"yesVotesCount": 1,
"yesVotes": "sample string 4",
"noVotesCount": 1,
"noVotes": "sample string 5",
"absentVotesCount": 1,
"absentVotes": "sample string 6",
"conflictVotesCount": 1,
"conflictVotes": "sample string 7",
"excusedVotesCount": 1,
"excusedVotes": "sample string 8",
"voteType": "sample string 9",
"billNumber": "sample string 10",
"action": "sample string 11",
"amendmentNumber": "sample string 12",
"rollCallLegVoteDtos": [
{
"year": 1,
"voteID": 2,
"legislator": "sample string 3",
"vote": "sample string 4"
},
{
"year": 1,
"voteID": 2,
"legislator": "sample string 3",
"vote": "sample string 4"
}
]
}
],
"amendments": [
{
"amendmentNumber": "sample string 1",
"house": "sample string 2",
"order": "sample string 3",
"sequence": "sample string 4",
"status": "sample string 5",
"sponsor": "sample string 6",
"id": 7,
"amendmentBudgetSections": [
{
"id": 1,
"agencyNumber": "sample string 2",
"agencyName": "sample string 3",
"sortOrder": 4
},
{
"id": 1,
"agencyNumber": "sample string 2",
"agencyName": "sample string 3",
"sortOrder": 4
}
]
},
{
"amendmentNumber": "sample string 1",
"house": "sample string 2",
"order": "sample string 3",
"sequence": "sample string 4",
"status": "sample string 5",
"sponsor": "sample string 6",
"id": 7,
"amendmentBudgetSections": [
{
"id": 1,
"agencyNumber": "sample string 2",
"agencyName": "sample string 3",
"sortOrder": 4
},
{
"id": 1,
"agencyNumber": "sample string 2",
"agencyName": "sample string 3",
"sortOrder": 4
}
]
}
],
"sponsors": [
{
"name": "sample string 1",
"primarySponsor": true,
"house": "sample string 2",
"sponsorTitle": "sample string 3"
},
{
"name": "sample string 1",
"primarySponsor": true,
"house": "sample string 2",
"sponsorTitle": "sample string 3"
}
],
"billActions": [
{
"statusDate": "2025-12-06T12:08:33.5780835-07:00",
"statusMessage": "sample string 1",
"voteId": "sample string 2",
"billInformationID": 3,
"location": "sample string 4"
},
{
"statusDate": "2025-12-06T12:08:33.5780835-07:00",
"statusMessage": "sample string 1",
"voteId": "sample string 2",
"billInformationID": 3,
"location": "sample string 4"
}
],
"substituteBills": [
{
"filePath": "sample string 1",
"linkText": "sample string 2",
"order": 3,
"hasBeenAdopted": true,
"amendmentNumber": "sample string 5",
"id": 6,
"amendmentID": 7
},
{
"filePath": "sample string 1",
"linkText": "sample string 2",
"order": 3,
"hasBeenAdopted": true,
"amendmentNumber": "sample string 5",
"id": 6,
"amendmentID": 7
}
],
"vetoes": [
{
"vetoLinkText": "sample string 1",
"vetoLinkPath": "sample string 2",
"customEnrolledLinkText": "sample string 3",
"customEnrolledPath": "sample string 4",
"sortOrder": 5,
"linkType": "sample string 6",
"id": 7,
"billInformationID": 8
},
{
"vetoLinkText": "sample string 1",
"vetoLinkPath": "sample string 2",
"customEnrolledLinkText": "sample string 3",
"customEnrolledPath": "sample string 4",
"sortOrder": 5,
"linkType": "sample string 6",
"id": 7,
"billInformationID": 8
}
]
}