Submissions
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/submissions 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",
"answers": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"question": "123e4567-e89b-12d3-a456-426614174000",
"submission": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"user": {
"id": "text",
"email": "text",
"phone": "text",
"profile": "text",
"additional_user_fields": "text"
},
"form": "123e4567-e89b-12d3-a456-426614174000",
"church": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
]
}
post
Authorizations
Body
idstring · uuidRead-onlyRequired
userall ofRead-onlyRequired
formstring · uuidRequired
churchstring · uuidRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
sourceone of | nullableOptional
string · enumOptionalPossible values:
public
- Publicprivate
- Private
undefined · enumOptionalPossible values:
undefined · enumOptionalPossible values:
Responses
201Success
application/json
post
POST /api/submissions HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 342
{
"answers": [
{
"question": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"form": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
201Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"question": "123e4567-e89b-12d3-a456-426614174000",
"submission": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"user": {
"id": "text",
"email": "text",
"phone": "text",
"profile": "text",
"additional_user_fields": "text"
},
"form": "123e4567-e89b-12d3-a456-426614174000",
"church": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
get
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this submission.
Responses
200Success
application/json
get
GET /api/submissions/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"question": "123e4567-e89b-12d3-a456-426614174000",
"submission": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"user": {
"id": "text",
"email": "text",
"phone": "text",
"profile": "text",
"additional_user_fields": "text"
},
"form": "123e4567-e89b-12d3-a456-426614174000",
"church": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
put
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this submission.
Body
idstring · uuidRead-onlyRequired
userall ofRead-onlyRequired
formstring · uuidRequired
churchstring · uuidRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
sourceone of | nullableOptional
string · enumOptionalPossible values:
public
- Publicprivate
- Private
undefined · enumOptionalPossible values:
undefined · enumOptionalPossible values:
Responses
200Success
application/json
put
PUT /api/submissions/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 342
{
"answers": [
{
"question": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"form": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"question": "123e4567-e89b-12d3-a456-426614174000",
"submission": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"user": {
"id": "text",
"email": "text",
"phone": "text",
"profile": "text",
"additional_user_fields": "text"
},
"form": "123e4567-e89b-12d3-a456-426614174000",
"church": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
delete
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this submission.
Responses
204
No response body
delete
DELETE /api/submissions/{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 submission.
Body
idstring · uuidRead-onlyOptional
userall ofRead-onlyOptional
formstring · uuidOptional
churchstring · uuidRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
sourceone of | nullableOptional
string · enumOptionalPossible values:
public
- Publicprivate
- Private
undefined · enumOptionalPossible values:
undefined · enumOptionalPossible values:
Responses
200Success
application/json
patch
PATCH /api/submissions/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 342
{
"answers": [
{
"question": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"form": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"question": "123e4567-e89b-12d3-a456-426614174000",
"submission": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"content": "text",
"selected_options": null
}
],
"user": {
"id": "text",
"email": "text",
"phone": "text",
"profile": "text",
"additional_user_fields": "text"
},
"form": "123e4567-e89b-12d3-a456-426614174000",
"church": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:18:19.722Z",
"updated_at": "2025-07-23T12:18:19.722Z",
"source": "public"
}