# Get borrower case by ID

Endpoint: GET /people/{personId}/cases/{caseId}
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

  - `caseId` (string, required)
    The case object unique identifier.

## Query parameters:

  - `associations` (string)
    Type of related object to return with the case data.
- If `null`, no references to related objects are inserted into the response.
- If `all`, insert an array of all relations
- Otherwise insert array of single type.

  - `include` (array)
    A comma separated list of field names to include in the response.

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (object)

  - `data.typeId` (string, required)
    Unique identifier of the case type.

