cityofnewyork-us/asset-management-parks-system-amps-work-orders-8sdw-8vja
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 days ago
Indexed 2 hours ago

Asset Management Parks System (AMPS) - Work Orders

This table is the primary table for information about work orders, and contains general information - including a description of the work, assigned title, request date and completion date - about each work order. Each row represents a single work order. The primary key field is EVT_CODE. The EVT_OBJECT field can be joined to the Assets table on OBJ_CODE to know which asset the work order was for.

For the User Guide, please follow <a href="https://docs.google.com/document/d/1UwyGGncb6oFMiOfgz73G-iM8Yea9ubz4931hPeBO9YQ/edit?usp=sharing">this link</a>

For the Data Dictionary, please follow <a href="https://docs.google.com/spreadsheets/d/1pDr-BUe4LS7DvATfbOnd8UrV6s77krJgzqdq_gVYWqc/edit?usp=sharing">this link </a>

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 \"cityofnewyork-us/asset-management-parks-system-amps-work-orders-8sdw-8vja\".\"asset_management_parks_system_amps_work_orders\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • asset_management_parks_system_amps_work_orders
     
     
     
     
     
Upstream Metadata