BlueConic · Example Payload

Getallobjectives Response 200

Get all objectives

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getallobjectives 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 /objectives 200 - Response body",
  "description": "Get all objectives",
  "value": "{\n  \"itemsPerPage\" : 20,\n  \"objectives\" : [ {\n    \"consentedProfileCount\" : 0,\n    \"creationDate\" : \"2025-09-26T09:05:19.717Z\",\n    \"creator\" : {\n      \"fullName\" : \"ondemand@blueconic.com\",\n      \"userName\" : \"ondemand@blueconic.com\"\n    },\n    \"description\" : \"\",\n    \"id\" : \"marketing_objective\",\n    \"lastModifiedDate\" : \"2025-09-26T09:07:25.493Z\",\n    \"lastModifiedUser\" : {\n      \"fullName\" : \"ondemand@blueconic.com\",\n      \"userName\" : \"ondemand@blueconic.com\"\n    },\n    \"legislations\" : [ \"PIPEDA\", \"JAMAICA_DPA\", \"GDPR\" ],\n    \"lastProfileMutationDate\": \"2025-11-27T10:43:58.004Z\",\n    \"name\" : \"marketing_objective\",\n    \"needsConsent\" : true,\n    \"objectiveDescription\" : \"For marketing purposes\",\n    \"references\" : [ {\n      \"id\" : \"listenerinteractiontype\",\n      \"type\" : \"plugin\"\n    }, {\n      \"id\" : \"f3f2b6fb-7364-4d26-a1ee-7e38704f2869\",\n      \"type\" : \"notebook\"\n    }, {\n      \"id\" : \"6e264f9d-4305-426e-9a7e-7e6ec9b2a18c\",\n      \"type\" : \"dialogue\"\n    }, {\n      \"id\" : \"f9bfadec-2f16-4638-a7e2-8702ba8adad0\",\n      \"type\" : \"segment\"\n    }, {\n      \"id\" : \"ce560586-2452-4830-af34-3edb3528a471\",\n      \"type\" : \"connection\"\n    }, {\n      \"id\" : \"9a9e687c-b889-47a8-bb4a-26bd89972676\",\n      \"type\" : \"listener\"\n    } ],\n    \"refusedProfileCount\" : 0,\n    \"tags\" : [ ],\n    \"title\" : \"Marketing objective\",\n    \"totalProfileCount\" : 0\n  } ],\n  \"startIndex\" : 0,\n  \"totalPages\" : 1,\n  \"totalResults\" : 1\n}"
}