v1

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

Enforcement Criminal Case Summary Report Search

The get_crcase_report service end point returns a complex object of criminal case detials based on the provided criminal case id.

post/case_rest_services.get_crcase_report

Response

Returns a complex object containing detailed criminal case information for the provided Case Identifier.

Example response

{
  "Results": {
    "CRCaseInformation": {
      "CaseIdentifier": "1000",
      "FiscalYear": "2004",
      "Statutes": "Title 18 U.S. Criminal Code"
    },
    "CRDefendants": [
      {
        "DefendantType": "Principal Defendant",
        "District": "S.D.",
        "DocketNumber": "04-20324-CR-FOOO",
        "Name": "George D. Smith",
        "State": "FL"
      }
    ],
    "CRDetails": [
      {
        "DetailDate": "01-APR-02"
      }
    ],
    "Locations": [
      {
        "EPARegion": "04",
        "Latitude": "34.606651",
        "Longitude": "-86.982419",
        "State": "FL",
        "Zip": "53140"
      }
    ],
    "Message": "Success"
  }
}