Get Agent
Retrieve config for an agent
Path parameters
The id of an agent. This is returned on agent creation.
The id of an agent. This is returned on agent creation.
Query parameters
The ID of the agent version to use
The ID of the agent version to use
The ID of the branch to use
The ID of the branch to use
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"agent_id": "agent_7101k5zvyjhmfg983brhmhkd98n6",
"name": "My Agent",
"workflow": {
"edges": {
"entry_to_tool_a": {
"forward_condition": {
"condition": "Tool A condition",
"type": "llm"
},
"source": "entry_node",
"target": "tool_node_a"
},
"start_to_entry": {
"forward_condition": {
"type": "unconditional"
},
"source": "start_node",
"target": "entry_node"
},
"tool_a_to_failure": {
"forward_condition": {
"successful": false,
"type": "result"
},
"source": "tool_node_a",
"target": "failure_node"
},
"tool_a_to_tool_b": {
"forward_condition": {
"successful": true,
"type": "result"
},
"source": "tool_node_a",
"target": "tool_node_b"
},
"tool_b_to_agent_transfer": {
"forward_condition": {
"type": "unconditional"
},
"source": "tool_node_b",
"target": "success_transfer"
},
"tool_b_to_conversation": {
"forward_condition": {
"condition": "Conversation condition",
"type": "llm"
},
"source": "tool_node_b",
"target": "success_conversation"
},
"tool_b_to_end": {
"forward_condition": {
"condition": "End condition",
"type": "llm"
},
"source": "tool_node_b",
"target": "success_end"
},
"tool_b_to_phone": {
"forward_condition": {
"expression": {
"children": [
{
"name": "force_phone_transfer",
"type": "dynamic_variable"
},
{
"prompt": "Phone condition",
"type": "llm",
"value_schema": {
"description": "Phone condition",
"type": "boolean"
}
},
{
"left": {
"name": "mode",
"type": "dynamic_variable"
},
"right": {
"type": "string_literal",
"value": "dev"
},
"type": "eq_operator"
}
],
"type": "or_operator"
},
"type": "expression"
},
"source": "tool_node_b",
"target": "success_phone"
}
},
"nodes": {
"entry_node": {
"additional_knowledge_base": [],
"additional_prompt": "",
"additional_tool_ids": [],
"conversation_config": {},
"edge_order": [
"entry_to_tool_a"
],
"entry_behavior": "auto",
"label": "Entry",
"position": {
"x": 0,
"y": 0
},
"type": "override_agent"
},
"failure_node": {
"additional_knowledge_base": [],
"additional_prompt": "",
"additional_tool_ids": [],
"conversation_config": {},
"edge_order": [],
"entry_behavior": "auto",
"label": "Failure",
"position": {
"x": 0,
"y": 0
},
"type": "override_agent"
},
"start_node": {
"edge_order": [
"start_to_entry"
],
"position": {
"x": 0,
"y": 0
},
"type": "start"
},
"success_conversation": {
"additional_knowledge_base": [],
"additional_prompt": "",
"additional_tool_ids": [],
"conversation_config": {},
"edge_order": [],
"entry_behavior": "auto",
"label": "Success A",
"position": {
"x": 0,
"y": 0
},
"type": "override_agent"
},
"success_end": {
"edge_order": [],
"position": {
"x": 0,
"y": 0
},
"return_when_nested": true,
"type": "end"
},
"success_phone": {
"custom_sip_headers": [],
"edge_order": [],
"position": {
"x": 0,
"y": 0
},
"require_acceptance": false,
"sip_refer_play_dialtone": true,
"transfer_destination": {
"phone_number": "+1234567890",
"type": "phone"
},
"transfer_type": "conference",
"type": "phone_number"
},
"success_transfer": {
"agent_id": "success_transfer_agent",
"delay_ms": 0,
"drop_history": false,
"edge_order": [],
"enable_transferred_agent_first_message": false,
"isolate_history": false,
"position": {
"x": 0,
"y": 0
},
"preserve_client_tts_overrides": false,
"type": "standalone_agent"
},
"tool_node_a": {
"edge_order": [
"tool_a_to_failure",
"tool_a_to_tool_b"
],
"position": {
"x": 0,
"y": 0
},
"tools": [
{
"tool_id": "tool_a"
},
{
"tool_id": "tool_b"
}
],
"type": "tool"
},
"tool_node_b": {
"edge_order": [
"tool_b_to_conversation",
"tool_b_to_end",
"tool_b_to_phone",
"tool_b_to_agent_transfer"
],
"position": {
"x": 0,
"y": 0
},
"tools": [
{
"tool_id": "tool_a"
}
],
"type": "tool"
}
},
"prevent_subagent_loops": false,
"subgraphs": {}
}
}Changes
Changed in 21 of the 31 revisions of this API.11288573
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added the optional property
/////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added to the
///////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
//////////////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed from the
///////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
//////////////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/path_params_schema/additionalProperties/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/request_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/request_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/response_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/response_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #2: ClientToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #2: ClientToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #4: MCPToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
conversation_config/agent/prompt/tools/items/oneOf[subschema #4: MCPToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
platform_settings/data_collection/additionalProperties/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/path_params_schema/additionalProperties/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/request_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/request_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/response_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #1: WebhookToolConfig]/api_schema/response_body_schema/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #2: ClientToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #2: ClientToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #4: MCPToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
response property
workflow/nodes/additionalProperties/oneOf[subschema #4: WorkflowOverrideAgentNodeModel]/conversation_config/agent/anyOf[subschema #1: AgentConfigAPIModelWorkflowOverride]/prompt/anyOf[subschema #1: PromptAgentAPIModelWorkflowOverride]/tools/anyOf[subschema #1]/items/oneOf[subschema #4: MCPToolConfig]/parameters/anyOf[subschema #1: ObjectJsonSchemaProperty]/properties/additionalProperties/oneOf[subschema #3: ArrayJsonSchemaProperty]/items/oneOf[subschema #1: LiteralJsonSchemaProperty]/allowed_values_dynamic_variabledeprecatedresponse-property-deprecated
- ○
added
create_product_quote_requestcreate_service_quote_requestsend_custom_emaildiscriminator mapping keys to the//////response property for the response statusresponse-property-discriminator-mapping-added
- ○
added
create_product_quote_requestcreate_service_quote_requestsend_custom_emaildiscriminator mapping keys to the/////////////response property for the response statusresponse-property-discriminator-mapping-added
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the//////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed
run_subagentdiscriminator mapping keys from the/////////////response property for the response statusresponse-property-discriminator-mapping-deleted
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
answering_machine_detectionenum value to the////response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////to the response with the statusresponse-optional-property-added
- ○
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
end_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for//////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
start_procedurechanged from to for/////////////response property for the response statusresponse-property-discriminator-mapping-changed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////to the response with the statusresponse-optional-property-added
- ○
added the required property
////to the response with the statusresponse-required-property-added
- ○
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added
cancel_ordercreate_orderget_client_ordersget_order_by_confirmation_numberupdate_orderdiscriminator mapping keys to the//////response property for the response statusresponse-property-discriminator-mapping-added
- ○
added
cancel_ordercreate_orderget_client_ordersget_order_by_confirmation_numberupdate_orderdiscriminator mapping keys to the/////////////response property for the response statusresponse-property-discriminator-mapping-added
- ▲
- ▲
added to the
////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
the
////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ○
added discriminator to
////response property for the response statusresponse-property-discriminator-added
- ▲
- ▲
the
//////response property's min was decreased from0.05to0.00for the response statusresponse-property-min-decreased
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////to the response with the statusresponse-optional-property-added
- ○
the
response's property default value changed fromfalsetotruefor the statusresponse-property-default-value-changed
- ○
the
response's property default value changed fromfalsetotruefor the statusresponse-property-default-value-changed
- ▲
- ●
added the new
context_usageenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
context_usageenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
context_usageenum value to the/////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
context_usageenum value to the/////////response property for the response statusresponse-property-enum-value-added
- ●