Metadata
Safe Drinking Water Act (SDWA) Metadata Service
Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_systems endpoint.
post/sdw_rest_services.metadata
Response
Results are an array of columns/objects.
Example response
{
"Results": {
"Message": "Success",
"ResultColumns": [
{
"DataLength": "10",
"DataType": "NUMBER",
"ObjectName": "CaseName"
}
]
}
}