BlueConic · Example Payload

Getonenotebook Response 200

Get one notebook

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getonenotebook 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 /notebooks/{notebook} 200 - Response body",
  "description": "Get one notebook",
  "value": "{\n  \"creationDate\": \"2025-09-23T07:39:27.040Z\",\n  \"creator\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"description\": \"\",\n  \"id\": \"f72deceb-c261-48ee-a355-56de0d37be92\",\n  \"lastModifiedDate\": \"2025-09-24T07:23:55.044Z\",\n  \"lastModifiedUser\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"lastRun\": {\n    \"endDate\": \"2025-09-23T07:43:34.567Z\",\n    \"goalStatistics\": [],\n    \"message\": \"<p>Notebook execution finished. <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/output?preview=true\\\\\">Preview</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/output?download=true\\\\\">JSON</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/log\\\\\">log</a></p>\",\n    \"runCount\": 2,\n    \"runId\": \"20250923074329_f72deceb-c261-48ee-a355-56de0d37be92\",\n    \"startDate\": \"2025-09-23T07:43:29.564Z\",\n    \"state\": \"FINISHED\"\n  },\n  \"name\": \"notebook1\",\n  \"pluginId\": \"notebook_blank\",\n  \"isEnabled\": false,\n  \"tags\": []\n}"
}