v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-142241153.1 KB
Metadata

Enforcement Case Metadata Service

Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_cases endpoint.

post/case_rest_services.metadata

Response

Results are an array of columns/objects.

Example response

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