New Endpoints
Atoms
- Added
GET /atoms.get
andPOST /atoms.get
endpoints as a way to retrieve generic object information
Stage Diagrams
- Added new endpoints for managing stage diagrams:
Modified Endpoints
Conversations
-
Added support for date filtering in conversations endpoints:
-
Added new properties to conversation objects:
custom_fields
custom_schema_fragments
stock_schema_fragment
subtype
Incidents
- Added
custom_fields
support to incidents endpoints:
Snap-ins
- Added
is_expired
property to keyring objects inGET /snap-ins.resources
andPOST /snap-ins.resources
responses
Schema Changes
The following schema changes affect multiple endpoints:
- Added
translated_values
property to enum field descriptors - Added
translated_values
property to enum list field descriptors - These changes affect endpoints that work with schemas, including:
- Content template endpoints
- Schema management endpoints
- Survey endpoints
- Timeline entry endpoints
- Webhook event endpoints
Webhook Events
- Added
old_conversation
property to conversation delete/update events - Added
old_sla_tracker
property to SLA tracker update events