Overview

get
Authorizations
Responses
200Success
application/json
get
GET /api/children/overview HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "allergies": [],
  "age": "text",
  "parents": "text",
  "category": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "teachers": [
      "123e4567-e89b-12d3-a456-426614174000"
    ],
    "age_range": "text",
    "legacy_id": "text",
    "nextgen_legacy_id": "text",
    "created_at": "2025-07-23T12:07:08.606Z",
    "updated_at": "2025-07-23T12:07:08.606Z",
    "name": "text",
    "start_year": 1,
    "end_year": 1,
    "start_month": 1,
    "end_month": 1,
    "module": "children",
    "church": "123e4567-e89b-12d3-a456-426614174000"
  },
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:07:08.606Z",
  "updated_at": "2025-07-23T12:07:08.606Z",
  "first_name": "text",
  "middle_name": "text",
  "last_name": "text",
  "full_name": "text",
  "avatar": "text",
  "cover": "text",
  "birth_date": "2025-07-23",
  "favorite_color": "text",
  "gender": "male",
  "school": "text",
  "is_checked_in": true,
  "check_in_code": "text",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
get
Authorizations
Path parameters
route_actionstringRequiredPattern: ^(genders|colors|age-groups|birthdays|allergies)$
Responses
200Success
application/json
get
GET /api/children/overview/{route_action} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "allergies": [],
  "age": "text",
  "parents": "text",
  "category": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "teachers": [
      "123e4567-e89b-12d3-a456-426614174000"
    ],
    "age_range": "text",
    "legacy_id": "text",
    "nextgen_legacy_id": "text",
    "created_at": "2025-07-23T12:07:08.606Z",
    "updated_at": "2025-07-23T12:07:08.606Z",
    "name": "text",
    "start_year": 1,
    "end_year": 1,
    "start_month": 1,
    "end_month": 1,
    "module": "children",
    "church": "123e4567-e89b-12d3-a456-426614174000"
  },
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:07:08.606Z",
  "updated_at": "2025-07-23T12:07:08.606Z",
  "first_name": "text",
  "middle_name": "text",
  "last_name": "text",
  "full_name": "text",
  "avatar": "text",
  "cover": "text",
  "birth_date": "2025-07-23",
  "favorite_color": "text",
  "gender": "male",
  "school": "text",
  "is_checked_in": true,
  "check_in_code": "text",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}