cityofnewyork-us/action-taken-against-process-servers-b9yk-4pzk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 1 month ago

Action Taken Against Process Servers

New York City Administrative Code Section 20-409 requires the Department of Consumer and Worker Protection (DCWP) to post to its website the suspension, revocation, denial of renewal of license, and the issuance of penalties against licensed process servers, and the reason.

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/action-taken-against-process-servers-b9yk-4pzk\".\"action_taken_against_process_servers\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • action_taken_against_process_servers
     
     
     
     
     
Upstream Metadata