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
FieldTypeDescription
id *idUUID v4.
type *enum (1)
content_block
page_id *idUUID v4.
position *integer
kind *enum (8)
textimagevideobuttonsurvey_questionproduct_cardembedspacer
data *objectDiscriminated by kind per 02-widget-runtime §6.1
is_visible *boolean
inserted_at *emitted_atRFC 3339 / ISO 8601 timestamp.
updated_at *emitted_atRFC 3339 / ISO 8601 timestamp.
401
Missing/expired token, or scope missing.
object
FieldTypeDescription
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>