BlueConic · Example Payload

Getallnotebooks Response 200

Get all notebooks

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getallnotebooks 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 200 - Response body",
  "description": "Get all notebooks",
  "value": "{\n  \"itemsPerPage\": 10,\n  \"notebooks\": [\n    {\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    },\n    {\n      \"creationDate\": \"2025-09-24T07:24:00.877Z\",\n      \"creator\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"description\": \"\",\n      \"id\": \"072bc703-1958-423c-9def-10864ab08e73\",\n      \"lastModifiedDate\": \"2025-09-24T07:24:00.877Z\",\n      \"lastModifiedUser\": {\n        \"fullName\": \"ondemand@blueconic.com\",\n        \"userName\": \"ondemand@blueconic.com\"\n      },\n      \"name\": \"notebook2\",\n      \"pluginId\": \"notebook_blank\",\n      \"isEnabled\": true,\n      \"tags\": []\n    }\n  ],\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 2\n}"
}