Description
For bills from congress sessions 107 and older:
-
GET https://api.govinfo.gov/packages/{packageId}/summary response is missing related/billStatusLink field. For comparison:
https://api.govinfo.gov/packages/BILLS-110hr2669rh/summary?api_key=DEMO_KEY - billStatusLink present
https://api.govinfo.gov/packages/BILLS-103hconres190eas/summary?api_key=DEMO_KEY - no billStatusLink -
billStatusLink constructed manually using ones for session 108 and newer as example, return 404 for session 107 and older. For comparison:
https://www.govinfo.gov/bulkdata/BILLSTATUS/111/hr/BILLSTATUS-111hr73.xml - available
https://www.govinfo.gov/bulkdata/BILLSTATUS/107/hr/BILLS-107hr2646.xml - 404 -
BILLSTATUS relationshipLink returned from GET https://api.govinfo.gov/related/{packageId} is broken for bills from congress session 107 and older. For comparision:
https://api.govinfo.gov/related/BILLS-110hr2669rh/BILLSTATUS?api_key=DEMO_KEY - available
https://api.govinfo.gov/related/BILLS-103hconres190eas/BILLSTATUS?api_key=DEMO_KEY - returns the following error:
{"message":"Oops, Something went wrong, Please contact govinfo team for further assistance"}