---
title: "PageWithMissingReferences"
url: "https://earlyaccess.developers.bynder.com/apis/cxuc-1/versions/9a8a4a13-fdd4-455b-8d92-5f16aea67949/schemas/PageWithMissingReferences"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/cxuc-1/versions/9a8a4a13-fdd4-455b-8d92-5f16aea67949.md

# PageWithMissingReferences

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: CXUC
  version: 1.0.0
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    AssetDto:
      description: Bynder asset data. Fields are populated when enrichment is
        available; only id is guaranteed when enrichment was skipped or asset
        was missing.
      properties:
        archive:
          type: boolean
        brandId:
          type: string
        copyright:
          type: string
        dateCreated:
          type: string
        dateModified:
          type: string
        datePublished:
          type: string
        description:
          type: string
        extension:
          items:
            type: string
          type: array
        fileSize:
          type: integer
        height:
          type: integer
        id:
          type: string
        idHash:
          type: string
        isPublic:
          type: boolean
        limited:
          type: boolean
        mediaItems:
          items:
            properties:
              name:
                type: string
              publicUrl:
                type: string
              type:
                type: string
            type: object
          type: array
        name:
          type: string
        orientation:
          type: string
        original:
          type: string
        propertyOptions:
          items:
            type: string
          type: array
        property_limitedrights:
          type: string
        tags:
          items:
            type: string
          type: array
        thumbnails:
          properties:
            mini:
              type: string
            thul:
              type: string
            webimage:
              type: string
          type: object
        transformBaseUrl:
          type: string
        type:
          type: string
        userCreated:
          type: string
        videoPreviewURLs:
          items:
            type: string
          type: array
        watermarked:
          type: boolean
        width:
          type: integer
      title: AssetDto
      type: object
    PageState:
      enum:
        - DRAFT
        - PUBLISHED
      title: PageState
      type: string
    Visibility:
      enum:
        - PRIVATE
        - SPECIFIC
        - PORTAL
        - PUBLIC
      title: Visibility
      type: string
    PageWithMissingReferences:
      properties:
        missingAssetIds:
          items:
            type: string
          type: array
        missingCollectionIds:
          items:
            type: string
          type: array
        page:
          properties:
            creationTime:
              type: string
            header:
              properties:
                asset:
                  $ref: "#/components/schemas/AssetDto"
              title: PageHeaderHeadless
              type: object
            id:
              format: uuid
              type: string
            lastModifiedTime:
              type: string
            ownerId:
              type: string
            sections:
              items:
                properties:
                  asset:
                    $ref: "#/components/schemas/AssetDto"
                  columns:
                    items:
                      properties:
                        id:
                          type: string
                        widgets:
                          items:
                            description: Widget in headless (Bynder API token) response. Deprecated
                              text/title/table widgets and tea widgets all
                              serialize as type 'text'.
                            oneOf:
                              - properties:
                                  asset:
                                    description: Bynder asset. All fields optional except id.
                                    properties:
                                      archive:
                                        type: boolean
                                      brandId:
                                        type: string
                                      copyright:
                                        type: string
                                      dateCreated:
                                        type: string
                                      dateModified:
                                        type: string
                                      datePublished:
                                        type: string
                                      description:
                                        type: string
                                      extension:
                                        items:
                                          type: string
                                        type: array
                                      fileSize:
                                        type: integer
                                      height:
                                        type: integer
                                      id:
                                        type: string
                                      idHash:
                                        type: string
                                      isPublic:
                                        type: boolean
                                      mediaItems:
                                        items:
                                          properties:
                                            name:
                                              type: string
                                            publicUrl:
                                              type: string
                                            type:
                                              type: string
                                          type: object
                                        type: array
                                      name:
                                        type: string
                                      orientation:
                                        type: string
                                      original:
                                        type: string
                                      tags:
                                        items:
                                          type: string
                                        type: array
                                      thumbnails:
                                        properties:
                                          mini:
                                            type: string
                                          thul:
                                            type: string
                                          webimage:
                                            type: string
                                        type: object
                                      transformBaseUrl:
                                        type: string
                                      type:
                                        type: string
                                      watermarked:
                                        type: boolean
                                      width:
                                        type: integer
                                    required:
                                      - id
                                    type: object
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: audio
                                    type: string
                                required:
                                  - id
                                  - type
                                title: AudioWidgetHeadless
                                type: object
                              - properties:
                                  buttons:
                                    items:
                                      properties:
                                        id:
                                          type: string
                                        link:
                                          properties:
                                            openNewTab:
                                              type: boolean
                                            url:
                                              type: string
                                          type: object
                                        name:
                                          properties:
                                            text:
                                              type: string
                                          type: object
                                      type: object
                                    type: array
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  isLegacy:
                                    type: boolean
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: button
                                    type: string
                                required:
                                  - id
                                  - type
                                title: ButtonWidgetHeadless
                                type: object
                              - properties:
                                  cards:
                                    items:
                                      properties:
                                        asset:
                                          description: Bynder asset. All fields optional except id.
                                          properties:
                                            archive:
                                              type: boolean
                                            brandId:
                                              type: string
                                            copyright:
                                              type: string
                                            dateCreated:
                                              type: string
                                            dateModified:
                                              type: string
                                            datePublished:
                                              type: string
                                            description:
                                              type: string
                                            extension:
                                              items:
                                                type: string
                                              type: array
                                            fileSize:
                                              type: integer
                                            height:
                                              type: integer
                                            id:
                                              type: string
                                            idHash:
                                              type: string
                                            isPublic:
                                              type: boolean
                                            mediaItems:
                                              items:
                                                properties:
                                                  name:
                                                    type: string
                                                  publicUrl:
                                                    type: string
                                                  type:
                                                    type: string
                                                type: object
                                              type: array
                                            name:
                                              type: string
                                            orientation:
                                              type: string
                                            original:
                                              type: string
                                            tags:
                                              items:
                                                type: string
                                              type: array
                                            thumbnails:
                                              properties:
                                                mini:
                                                  type: string
                                                thul:
                                                  type: string
                                                webimage:
                                                  type: string
                                              type: object
                                            transformBaseUrl:
                                              type: string
                                            type:
                                              type: string
                                            watermarked:
                                              type: boolean
                                            width:
                                              type: integer
                                          required:
                                            - id
                                          type: object
                                        headline:
                                          properties:
                                            description:
                                              type: string
                                            title:
                                              type: string
                                          type: object
                                        id:
                                          type: string
                                        link:
                                          properties:
                                            openNewTab:
                                              type: boolean
                                            url:
                                              type: string
                                          type: object
                                      type: object
                                    type: array
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: card
                                    type: string
                                required:
                                  - id
                                  - type
                                title: CardWidgetHeadless
                                type: object
                              - properties:
                                  collection:
                                    properties:
                                      IsPublic:
                                        type: boolean
                                      collectionCount:
                                        type: integer
                                      cover:
                                        properties:
                                          large:
                                            type: string
                                          thumbnail:
                                            type: string
                                          thumbnails:
                                            items:
                                              type: string
                                            type: array
                                        type: object
                                      dateCreated:
                                        type: string
                                      dateModified:
                                        type: string
                                      description:
                                        type: string
                                      filename:
                                        type: string
                                      id:
                                        type: string
                                      name:
                                        type: string
                                      user:
                                        properties:
                                          id:
                                            type: string
                                          name:
                                            type: string
                                        type: object
                                      userId:
                                        type: string
                                    type: object
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: collection
                                    type: string
                                required:
                                  - id
                                  - type
                                title: CollectionWidgetHeadless
                                type: object
                              - properties:
                                  colors:
                                    items:
                                      properties:
                                        colorCodes:
                                          items:
                                            properties:
                                              key:
                                                type: string
                                              value:
                                                type: string
                                            type: object
                                          type: array
                                        name:
                                          type: string
                                      type: object
                                    type: array
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: color
                                    type: string
                                required:
                                  - id
                                  - type
                                title: ColorPaletteWidgetHeadless
                                type: object
                              - properties:
                                  asset:
                                    description: Bynder asset. All fields optional except id.
                                    properties:
                                      archive:
                                        type: boolean
                                      brandId:
                                        type: string
                                      copyright:
                                        type: string
                                      dateCreated:
                                        type: string
                                      dateModified:
                                        type: string
                                      datePublished:
                                        type: string
                                      description:
                                        type: string
                                      extension:
                                        items:
                                          type: string
                                        type: array
                                      fileSize:
                                        type: integer
                                      height:
                                        type: integer
                                      id:
                                        type: string
                                      idHash:
                                        type: string
                                      isPublic:
                                        type: boolean
                                      mediaItems:
                                        items:
                                          properties:
                                            name:
                                              type: string
                                            publicUrl:
                                              type: string
                                            type:
                                              type: string
                                          type: object
                                        type: array
                                      name:
                                        type: string
                                      orientation:
                                        type: string
                                      original:
                                        type: string
                                      tags:
                                        items:
                                          type: string
                                        type: array
                                      thumbnails:
                                        properties:
                                          mini:
                                            type: string
                                          thul:
                                            type: string
                                          webimage:
                                            type: string
                                        type: object
                                      transformBaseUrl:
                                        type: string
                                      type:
                                        type: string
                                      watermarked:
                                        type: boolean
                                      width:
                                        type: integer
                                    required:
                                      - id
                                    type: object
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: image
                                    type: string
                                required:
                                  - id
                                  - type
                                title: ImageWidgetHeadless
                                type: object
                              - properties:
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: spacing
                                    type: string
                                required:
                                  - id
                                  - type
                                title: SpacingWidgetHeadless
                                type: object
                              - description: Deprecated. Covers text, title, table, and tea widget types in
                                  headless responses. All four serialize as type
                                  'text' with rendered HTML content.
                                properties:
                                  creationTime:
                                    type: string
                                  html:
                                    description: Rendered HTML content.
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: text
                                    type: string
                                required:
                                  - id
                                  - type
                                title: TextWidgetHeadless
                                type: object
                              - properties:
                                  asset:
                                    description: Bynder asset. All fields optional except id.
                                    properties:
                                      archive:
                                        type: boolean
                                      brandId:
                                        type: string
                                      copyright:
                                        type: string
                                      dateCreated:
                                        type: string
                                      dateModified:
                                        type: string
                                      datePublished:
                                        type: string
                                      description:
                                        type: string
                                      extension:
                                        items:
                                          type: string
                                        type: array
                                      fileSize:
                                        type: integer
                                      height:
                                        type: integer
                                      id:
                                        type: string
                                      idHash:
                                        type: string
                                      isPublic:
                                        type: boolean
                                      mediaItems:
                                        items:
                                          properties:
                                            name:
                                              type: string
                                            publicUrl:
                                              type: string
                                            type:
                                              type: string
                                          type: object
                                        type: array
                                      name:
                                        type: string
                                      orientation:
                                        type: string
                                      original:
                                        type: string
                                      tags:
                                        items:
                                          type: string
                                        type: array
                                      thumbnails:
                                        properties:
                                          mini:
                                            type: string
                                          thul:
                                            type: string
                                          webimage:
                                            type: string
                                        type: object
                                      transformBaseUrl:
                                        type: string
                                      type:
                                        type: string
                                      watermarked:
                                        type: boolean
                                      width:
                                        type: integer
                                    required:
                                      - id
                                    type: object
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  type:
                                    const: video
                                    type: string
                                required:
                                  - id
                                  - type
                                title: VideoWidgetHeadless
                                type: object
                              - properties:
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  sourceId:
                                    type: string
                                  type:
                                    const: figma
                                    type: string
                                required:
                                  - id
                                  - type
                                title: FigmaWidgetHeadless
                                type: object
                              - properties:
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  source:
                                    properties:
                                      args:
                                        type: string
                                      fileType:
                                        type: string
                                      globals:
                                        type: string
                                      resourcePath:
                                        type: string
                                      sourceId:
                                        type: string
                                    type: object
                                  type:
                                    const: storybook
                                    type: string
                                required:
                                  - id
                                  - type
                                title: StorybookWidgetHeadless
                                type: object
                              - properties:
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  sourceId:
                                    type: string
                                  type:
                                    const: vimeo
                                    type: string
                                required:
                                  - id
                                  - type
                                title: VimeoWidgetHeadless
                                type: object
                              - properties:
                                  creationTime:
                                    type: string
                                  id:
                                    type: string
                                  lastModifiedTime:
                                    type: string
                                  sourceId:
                                    type: string
                                  type:
                                    const: youtube
                                    type: string
                                required:
                                  - id
                                  - type
                                title: YoutubeWidgetHeadless
                                type: object
                            properties:
                              creationTime:
                                type: string
                              id:
                                type: string
                              lastModifiedTime:
                                type: string
                              type:
                                enum:
                                  - audio
                                  - button
                                  - card
                                  - collection
                                  - color
                                  - figma
                                  - image
                                  - spacing
                                  - text
                                  - video
                                  - storybook
                                  - vimeo
                                  - youtube
                                type: string
                            title: WidgetHeadless
                            type: object
                          type: array
                      title: ColumnHeadless
                      type: object
                    type: array
                  creationTime:
                    type: string
                  id:
                    type: string
                  lastModifiedTime:
                    type: string
                  sectionLayout:
                    enum:
                      - SINGLE
                      - DOUBLE_50_50
                      - DOUBLE_66_33
                      - DOUBLE_33_66
                      - TRIPLE_33_33_33
                    type: string
                title: SectionHeadless
                type: object
              type: array
            state:
              $ref: "#/components/schemas/PageState"
            title:
              type: string
            type:
              const: page
              type: string
            visibility:
              $ref: "#/components/schemas/Visibility"
          title: PageHeadless
          type: object
      title: PageWithMissingReferences
      type: object
```
