Children

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/children 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",
      "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:23:13.146Z",
        "updated_at": "2025-07-23T12:23:13.146Z",
        "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:23:13.146Z",
      "updated_at": "2025-07-23T12:23:13.146Z",
      "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"
    }
  ]
}
post
Authorizations
Body
idstring · uuidRead-onlyRequired
agestringRead-onlyRequired
parentsstringRead-onlyRequired
categoryall ofRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring | nullableOptional
last_namestring · max: 50Required
full_namestring | nullableRead-onlyRequired
avatarstring | nullableOptional
coverstring | nullableOptional
birth_datestring · date | nullableOptional
favorite_colorstring | nullableOptional
genderone of | nullableOptional
string · enumOptional
  • male - Male
  • female - Female
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
schoolstring | nullableOptional
is_checked_inbooleanOptional
check_in_codestring | nullableOptional
churchstring · uuid | nullableOptional
Responses
201Success
application/json
post
POST /api/children HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 367

{
  "allergies": [],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:23:13.146Z",
  "first_name": "text",
  "middle_name": "text",
  "last_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"
}
201Success
{
  "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:23:13.146Z",
    "updated_at": "2025-07-23T12:23:13.146Z",
    "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:23:13.146Z",
  "updated_at": "2025-07-23T12:23:13.146Z",
  "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
idstring · uuidRequired

A UUID string identifying this child.

Responses
200Success
application/json
get
GET /api/children/{id} 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:23:13.146Z",
    "updated_at": "2025-07-23T12:23:13.146Z",
    "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:23:13.146Z",
  "updated_at": "2025-07-23T12:23:13.146Z",
  "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"
}
put
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child.

Body
idstring · uuidRead-onlyRequired
agestringRead-onlyRequired
parentsstringRead-onlyRequired
categoryall ofRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring | nullableOptional
last_namestring · max: 50Required
full_namestring | nullableRead-onlyRequired
avatarstring | nullableOptional
coverstring | nullableOptional
birth_datestring · date | nullableOptional
favorite_colorstring | nullableOptional
genderone of | nullableOptional
string · enumOptional
  • male - Male
  • female - Female
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
schoolstring | nullableOptional
is_checked_inbooleanOptional
check_in_codestring | nullableOptional
churchstring · uuid | nullableOptional
Responses
200Success
application/json
put
PUT /api/children/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 367

{
  "allergies": [],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:23:13.146Z",
  "first_name": "text",
  "middle_name": "text",
  "last_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"
}
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:23:13.146Z",
    "updated_at": "2025-07-23T12:23:13.146Z",
    "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:23:13.146Z",
  "updated_at": "2025-07-23T12:23:13.146Z",
  "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"
}
delete
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this child.

Responses
204
No response body
delete
DELETE /api/children/{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.

Body
idstring · uuidRead-onlyOptional
agestringRead-onlyOptional
parentsstringRead-onlyOptional
categoryall ofRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
first_namestring · max: 50Optional
middle_namestring | nullableOptional
last_namestring · max: 50Optional
full_namestring | nullableRead-onlyOptional
avatarstring | nullableOptional
coverstring | nullableOptional
birth_datestring · date | nullableOptional
favorite_colorstring | nullableOptional
genderone of | nullableOptional
string · enumOptional
  • male - Male
  • female - Female
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
schoolstring | nullableOptional
is_checked_inbooleanOptional
check_in_codestring | nullableOptional
churchstring · uuid | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/children/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 367

{
  "allergies": [],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:23:13.146Z",
  "first_name": "text",
  "middle_name": "text",
  "last_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"
}
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:23:13.146Z",
    "updated_at": "2025-07-23T12:23:13.146Z",
    "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:23:13.146Z",
  "updated_at": "2025-07-23T12:23:13.146Z",
  "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"
}