For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a new ticket

Creates a new support ticket in the system

Create a new ticket

post

Creates a new support ticket in the system

Body
titlestring · min: 1 · max: 255Required
descriptionstring · nullableOptional
ticket_typestring · enumRequiredPossible values:
prioritystring · enumRequiredPossible values:
sourcestring · enumOptionalDefault: harmonyPossible values:
reporterstringRequired
assigneestring · nullableOptional
desk_idstring · min: 1 · max: 60Required
attachment_idsstring[]Optional
created_atstring · date-time · nullableOptional

Optional creation timestamp. If not provided, current time will be used. Used for preserving original ITSM timestamps during import.

related_asset_idsstring · uuid[] · nullableOptional

List of asset IDs (UUIDs) to associate with this ticket

publish_eventsbooleanOptional

Whether to publish domain events for this ticket creation. Set to False to suppress event publishing (useful for bulk imports or migrations). Defaults to True.

Default: true
thread_idstring · uuid · nullableOptional

Optional thread ID to associate with this ticket. If not provided a new thread will be created.

Responses
201

Successful Response

application/json
idstringRequired
titlestringRequired
descriptionstring · nullableOptional
ticket_typestring · enumRequiredPossible values:
prioritystring · enumRequiredPossible values:
sourcestring · enumRequiredPossible values:
statusstring · enumRequiredPossible values:
reporterstringRequired
created_bystringRequired
assigneestring · nullableOptional
desk_idstringRequired
subdesk_idstringRequired
created_atstring · date-timeRequired
updated_atstring · date-timeRequired
related_asset_idsstring · uuid[] · nullableOptional

List of asset IDs (UUIDs) associated with this ticket

thread_idstring · uuid · nullableOptional

Thread ID for the ticket conversation

response_sla_deadlinestring · date-time · nullableOptional
response_sla_completed_atstring · date-time · nullableOptional
resolution_sla_deadlinestring · date-time · nullableOptional
resolution_sla_completed_atstring · date-time · nullableOptional
post/api/v1/tickets/

Last updated

Was this helpful?