Texas University Records Retention Schedule - 2nd Edition
This retention schedule indicates the minimum length of time listed records series must be retained by a universities before destruction or archival preservation. The URRS does not take the place of an agency’s retention schedule, but it is to be used as a guide by the agency in creating and updating its schedule. Records series listed on the URRS are those that are commonly created or received by universities. The retention periods given in the URRS are required minimums. The commission also recommends them as appropriate maximum retention periods.
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/texas-university-records-retention-schedule-2nd-dfmk-62hi\".\"texas_university_records_retention_schedule_2nd\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.