---
title: "Get Parent Details"
method: GET
path: "/parent/details"
tags: ["Parent"]
---

# Get Parent Details

`GET /parent/details`

**Auth:** Authenticated - any signed-in user.

Gets the logged in parent's information, and any change requests of theirs the record does not yet show

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Returns the Parent's Information

- GetParentDetailsResponse
  - `details` ParentDetails
    - `title` string, nullable
    - `forename` string, nullable
    - `preferredName` string, nullable
    - `middleNames` string, nullable
    - `surname` string, nullable
    - `daytimeNumber` string, nullable
    - `eveningNumber` string, nullable
    - `mobileNumber` string, nullable
    - `emergencyNumber` string, nullable
    - `emailAddress` string, nullable
    - `occupation` string, nullable
    - `addressLine1` string, nullable
    - `addressLine2` string, nullable
    - `locality` string, nullable
    - `administrativeArea` string, nullable
    - `country` string, nullable
    - `postCode` string, nullable
    - `addressForAll` boolean
  - `pending` GetParentDetailsPendingChange[]
    - `field` string, nullable
    - `newValue` string, nullable
    - `submitted` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get parent information
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
