v1

latestSwagger 2.0U.S. Public Domain License2026-07-143628384.6 KB
Metadata

Clean Water Act (CWA) Metadata Service

Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_qid, get_facility_info and other service endpoints.

post/cwa_rest_services.metadata

Response

Results are an array of columns/objects.

Example response

{
  "Results": {
    "Message": "Success",
    "ResultColumns": [
      {
        "DataLength": "10",
        "DataType": "NUMBER",
        "ObjectName": "CaseName"
      }
    ]
  }
}