Child check in

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

Responses
get
/api/child-check-in
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-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 · max: 255 · nullableOptional
check_out_sourcestring · max: 255 · nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid · nullableOptional
Responses
chevron-right
201Success
application/json
post
/api/child-check-in
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Responses
get
/api/child-check-in/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Body
idstring · uuidRead-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 · max: 255 · nullableOptional
check_out_sourcestring · max: 255 · nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid · nullableOptional
Responses
put
/api/child-check-in/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Responses
delete
/api/child-check-in/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this child check in.

Body
idstring · uuidRead-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 · max: 255 · nullableOptional
check_out_sourcestring · max: 255 · nullableOptional
modulestring · enumOptional
  • children - Children
  • teenagers - Teenagers
Possible values:
child_receivedbooleanOptional
churchstring · uuid · nullableOptional
Responses
patch
/api/child-check-in/{id}
200Success