Tickets

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/tickets
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
ticket_idinteger · min: -2147483648 · max: 2147483647 · nullableOptional
typestring · max: 100Required
prioritystring · max: 100Required
descriptionstringRequired
statusstring · enumOptional
  • pending - Pending
  • active - Active
  • closed - Closed
Possible values:
change_loganyOptional
closed_atstring · date-time · nullableOptional
deleted_atstring · date-time · nullableOptional
mediaanyOptional
churchstring · uuidRequired
Responses
post
/api/tickets
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this ticket.

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

A UUID string identifying this ticket.

Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
ticket_idinteger · min: -2147483648 · max: 2147483647 · nullableOptional
typestring · max: 100Required
prioritystring · max: 100Required
descriptionstringRequired
statusstring · enumOptional
  • pending - Pending
  • active - Active
  • closed - Closed
Possible values:
change_loganyOptional
closed_atstring · date-time · nullableOptional
deleted_atstring · date-time · nullableOptional
mediaanyOptional
churchstring · uuidRequired
Responses
chevron-right
200Success
application/json
put
/api/tickets/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this ticket.

Responses
delete
/api/tickets/{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 ticket.

Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
ticket_idinteger · min: -2147483648 · max: 2147483647 · nullableOptional
typestring · max: 100Optional
prioritystring · max: 100Optional
descriptionstringOptional
statusstring · enumOptional
  • pending - Pending
  • active - Active
  • closed - Closed
Possible values:
change_loganyOptional
closed_atstring · date-time · nullableOptional
deleted_atstring · date-time · nullableOptional
mediaanyOptional
churchstring · uuidOptional
Responses
chevron-right
200Success
application/json
patch
/api/tickets/{id}
200Success