BlueConic · Example Payload

Getallconnections Response 200

Get all connections

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getallconnections 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 /connections 200 - Response body",
  "description": "Get all connections",
  "value": "{\n  \"connections\": [\n    {\n      \"allChannels\": false,\n      \"creationDate\": \"2025-10-01T12:24:30.052Z\",\n      \"creator\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"description\": \"\",\n      \"domains\": [\n        {\n          \"id\": \"8d7757cf-9ed0-4807-b974-089ebc0197d0\",\n          \"name\": \"www.blueconic.test\"\n        }\n      ],\n      \"id\": \"0a743354-a7ed-4e03-b662-6b3f033f7caf\",\n      \"isEnabled\": true,\n      \"lastModifiedDate\": \"2025-10-01T12:24:30.052Z\",\n      \"lastModifiedUser\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"lastRun\": {\n        \"endDate\": \"2025-10-22T11:28:14.295Z\",\n        \"goalStatistics\": [\n          {\n            \"id\": \"SUCCESS\",\n            \"values\": [\n              \"1\"\n            ]\n          },\n          {\n            \"id\": \"FAILED\",\n            \"values\": [\n              \"0\"\n            ]\n          },\n          {\n            \"id\": \"TOTAL\",\n            \"values\": [\n              \"2\"\n            ]\n          }\n        ],\n        \"message\": \"<div class=\\\\\"bcpTask\\\\\">Import profiles into BlueConic</div><ul><li>Received 0 updates, created 19 profiles, 0 profiles unchanged, checked 19, the delta file is used.</li><li>See the last 5 profiles created: <a href=\\\\\"/blueconic/static/pages/main.html#id=a5b368bc-dfc0-4b7f-944a-3d7212b6bfb7&type=profile\\\\\">a5b368bc-d...</a>, <a href=\\\\\"/blueconic/static/pages/main.html#id=9cb39103-7db4-4b3d-9661-62df3988d05d&type=profile\\\\\">9cb39103-7...</a>, <a href=\\\\\"/blueconic/static/pages/main.html#id=4ee2900e-a761-4a6f-b494-b72125aa5621&type=profile\\\\\">4ee2900e-a...</a>, <a href=\\\\\"/blueconic/static/pages/main.html#id=835de135-2306-49c1-bbdb-c33ded8ecfc3&type=profile\\\\\">835de135-2...</a>, <a href=\\\\\"/blueconic/static/pages/main.html#id=31f97257-e994-4041-917c-d7fbb0a93dee&type=profile\\\\\">31f97257-e...</a></li></ul>\",\n        \"runCount\": 1,\n        \"runId\": \"20251022112756_16dc7081-8ffb-4957-b8bc-5113127125c3\",\n        \"startDate\": \"2025-10-22T11:27:56.986Z\",\n        \"state\": \"FINISHED\"\n      },\n      \"name\": \"Content collector\",\n      \"pluginId\": \"connection_content_collector\",\n      \"scheduleMode\": \"SCHEDULED\",\n      \"tags\": [],\n      \"targetChannels\": [\n        {\n          \"URLRestrictions\": [\n            {\n              \"pattern\": \"\",\n              \"previewURL\": \"\",\n              \"restrictionType\": \"RESTRICT\"\n            }\n          ],\n          \"channelId\": \"653d3db6-8016-46e8-96a5-547feceb9d15\"\n        }\n      ]\n    },\n    {\n      \"allChannels\": true,\n      \"creationDate\": \"2025-10-01T11:54:49.802Z\",\n      \"creator\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"description\": \"\",\n      \"domains\": [],\n      \"id\": \"0ce3ccb7-1212-4364-bcc9-08e635a7883d\",\n      \"isEnabled\": true,\n      \"lastModifiedDate\": \"2025-10-01T12:32:09.434Z\",\n      \"lastModifiedUser\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"lastRun\": {\n        \"goalStatistics\": [],\n        \"message\": \"<p>Running\u2026</p>\",\n        \"runCount\": 1,\n        \"runId\": \"20251022112756_40b0e260-ae7a-4ab0-95d3-1dc25edbcba8\",\n        \"startDate\": \"2025-10-22T11:27:56.986Z\",\n        \"state\": \"RUNNING\"\n      },\n      \"name\": \"fb\",\n      \"pluginId\": \"connection_facebook_leads\",\n      \"scheduleMode\": \"SCHEDULED\",\n      \"tags\": [],\n      \"targetChannels\": []\n    }\n  ],\n  \"itemsPerPage\": 10,\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 2\n}"
}