Child check in

get
Authorizations
Query parameters
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

Responses
200Success
application/json
get
GET /api/child-check-in HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2",
  "results": [
    {
      "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:21:22.821Z",
          "updated_at": "2025-07-23T12:21:22.821Z",
          "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:21:22.821Z",
        "updated_at": "2025-07-23T12:21:22.821Z",
        "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:21:22.821Z",
        "updated_at": "2025-07-23T12:21:22.821Z",
        "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:21:22.821Z",
      "updated_at": "2025-07-23T12:21:22.821Z",
      "checked_out_at": "2025-07-23T12:21:22.821Z",
      "check_in_source": "text",
      "check_out_source": "text",
      "module": "children",
      "child_received": true,
      "church": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}
post
Authorizations
Body
idstring · uuidRead-onlyRequired
childall ofRead-onlyRequired
categoryall ofRead-onlyRequired
checked_in_byall ofRead-onlyRequired
checked_out_byall ofRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
checked_out_atstring · date-time | nullableOptional
check_in_sourcestring | nullableOptional
check_out_sourcestring | nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid | nullableOptional
Responses
201Success
application/json
post
POST /api/child-check-in HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 272

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
201Success
{
  "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:21:22.821Z",
      "updated_at": "2025-07-23T12:21:22.821Z",
      "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
  "updated_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Responses
200Success
application/json
get
GET /api/child-check-in/{id} 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:21:22.821Z",
      "updated_at": "2025-07-23T12:21:22.821Z",
      "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
  "updated_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
put
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Body
idstring · uuidRead-onlyRequired
childall ofRead-onlyRequired
categoryall ofRead-onlyRequired
checked_in_byall ofRead-onlyRequired
checked_out_byall ofRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
checked_out_atstring · date-time | nullableOptional
check_in_sourcestring | nullableOptional
check_out_sourcestring | nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid | nullableOptional
Responses
200Success
application/json
put
PUT /api/child-check-in/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 272

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
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:21:22.821Z",
      "updated_at": "2025-07-23T12:21:22.821Z",
      "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
  "updated_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
delete
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Responses
204
No response body
delete
DELETE /api/child-check-in/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204

No response body

No content

patch
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Body
idstring · uuidRead-onlyOptional
childall ofRead-onlyOptional
categoryall ofRead-onlyOptional
checked_in_byall ofRead-onlyOptional
checked_out_byall ofRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
checked_out_atstring · date-time | nullableOptional
check_in_sourcestring | nullableOptional
check_out_sourcestring | nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/child-check-in/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 272

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
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:21:22.821Z",
      "updated_at": "2025-07-23T12:21:22.821Z",
      "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
    "updated_at": "2025-07-23T12:21:22.821Z",
    "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:21:22.821Z",
  "updated_at": "2025-07-23T12:21:22.821Z",
  "checked_out_at": "2025-07-23T12:21:22.821Z",
  "check_in_source": "text",
  "check_out_source": "text",
  "module": "children",
  "child_received": true,
  "church": "123e4567-e89b-12d3-a456-426614174000"
}