BlueConic · Example Payload

Getalldialogues Response 200

Get all dialogues

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getalldialogues Response 200 is an example object payload from BlueConic, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "GET /dialogues 200 - Response body",
  "description": "Get all dialogues",
  "value": "{\n  \"dialogues\": [\n    {\n      \"creationDate\": \"2025-09-11T08:33:48.708Z\",\n      \"creator\": {\n        \"fullName\": \"\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"description\": \"\",\n      \"domains\": [\n        {\n          \"id\": \"9fda3d81-e21d-481d-9eb8-3ee235178f7d\",\n          \"name\": \"www.example.test\"\n        }\n      ],\n      \"id\": \"d83286b6-e39a-4816-a2f2-4976786fe06f\",\n      \"lastModifiedDate\": \"2025-09-11T08:44:24.463Z\",\n      \"lastModifiedUser\": {\n        \"fullName\": \"\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"lastViewDate\": \"2025-11-27T10:35:43.033Z\",\n      \"name\": \"example dialogue\",\n      \"optimizerSettings\": {\n        \"controlGroupDistribution\": 5,\n        \"evaluationDecision\": \"ALL\",\n        \"evaluationModelId\": \"\",\n        \"goal\": \"CLICK_VIEW\",\n        \"selectedVariantId\": \"\",\n        \"variantStrategy\": \"ROTATING\",\n        \"variantStrategyModelId\": \"\"\n      },\n      \"priority\": {\n        \"id\": \"902ebee5-79ab-4b11-a071-6caef2aecf20\",\n        \"isDefault\": true,\n        \"name\": \"Medium\"\n      },\n      \"isEnabled\": true,\n      \"tags\": [],\n      \"targetChannels\": [\n        {\n          \"URLRestrictions\": [\n            {\n              \"pattern\": \"www.example.test/dialogues/test\",\n              \"previewURL\": \"www.example.test/dialogues/test\",\n              \"restrictionType\": \"RESTRICT\"\n            }\n          ],\n          \"channelId\": \"3ae0a271-a69f-48fc-b26b-528f833f2308\"\n        }\n      ],\n      \"variants\": [\n        {\n          \"creationDate\": \"2025-09-11T08:33:49.865Z\",\n          \"description\": \"\",\n          \"id\": \"af72152a-a4c0-4ee5-a938-52beb3bbb566\",\n          \"lastModifiedDate\": \"2025-09-11T08:44:24.457Z\",\n          \"lastModifiedUser\": {\n            \"fullName\": \"\",\n            \"userName\": \"ondemand@blueconic.com\"\n          },\n          \"name\": \"Variant A\",\n          \"pluginId\": \"emailinteractiontype\",\n          \"isEnabled\": true,\n          \"tags\": []\n        }\n      ]\n    }\n  ],\n  \"itemsPerPage\": 20,\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 1\n}"
}