Get Content Block
GET /v2/widget/content-blocks/{id}
Operation
| Operation ID | getContentBlock |
| Tags | Untagged |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | content_block |
| page_id * | id | UUID v4. |
| position * | integer | |
| kind * | enum (8) | textimagevideobuttonsurvey_questionproduct_cardembedspacer |
| data * | object | Discriminated by kind per 02-widget-runtime §6.1 |
| is_visible * | boolean | |
| inserted_at * | emitted_at | RFC 3339 / ISO 8601 timestamp. |
| updated_at * | emitted_at | RFC 3339 / ISO 8601 timestamp. |
401
Missing/expired token, or scope missing.
object
| Field | Type | Description |
|---|---|---|
| errors * | object[] |
404
Resource not found (or not visible to token).
schema
Example request
GET https://api.digitalonboarding.com/v2/widget/content-blocks/{id}
Authorization: Bearer <partner-token>