Reports

get
Authorizations
Responses
200Success
application/json
get
GET /api/child-check-in/reports HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "child": {
    "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:27:05.049Z",
      "updated_at": "2025-07-23T12:27:05.049Z",
      "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:27:05.049Z",
    "updated_at": "2025-07-23T12:27:05.049Z",
    "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"
  },
  "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:27:05.049Z",
    "updated_at": "2025-07-23T12:27:05.049Z",
    "name": "text",
    "start_year": 1,
    "end_year": 1,
    "start_month": 1,
    "end_month": 1,
    "module": "children",
    "church": "123e4567-e89b-12d3-a456-426614174000"
  },
  "checked_in_by": {
    "id": "text",
    "email": "text",
    "phone": "text",
    "profile": "text",
    "additional_user_fields": "text"
  },
  "checked_out_by": {
    "id": "text",
    "email": "text",
    "phone": "text",
    "profile": "text",
    "additional_user_fields": "text"
  },
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:27:05.049Z",
  "updated_at": "2025-07-23T12:27:05.049Z",
  "checked_out_at": "2025-07-23T12:27:05.049Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}