Submissions

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
chevron-right
200Success
application/json
get
/api/submissions
200Success
post
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-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 · enumOptional
  • public - Public
  • private - Private
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
Responses
post
/api/submissions
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this submission.

Responses
chevron-right
200Success
application/json
get
/api/submissions/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this submission.

Body
idstring · uuidRead-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 · enumOptional
  • public - Public
  • private - Private
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
Responses
chevron-right
200Success
application/json
put
/api/submissions/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this submission.

Responses
delete
/api/submissions/{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 submission.

Body
idstring · uuidRead-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 · enumOptional
  • public - Public
  • private - Private
Possible values:
or
undefined · enumOptionalPossible values:
or
undefined · enumOptionalPossible values:
Responses
chevron-right
200Success
application/json
patch
/api/submissions/{id}
200Success