Pre-bid Question and Answer Packet
The Pre-bid Q&A Packet dataset displays detailed questions and answers submitted before letting, including pre-bid questions, submission date and time, responder details, and other project information.
Its contents are refreshed daily with data from TxDOT’s transportation program management system, TXDOTCONNECT. The Project Information dataset includes all questions submitted by vendors and the responses provided by TxDOT.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/prebid-question-and-answer-packet-gjhv-rw5v\".\"prebid_question_and_answer_packet\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.