---
title: "Get all guides"
method: GET
path: "/api/1/cxuc/guides"
tags: ["Guides"]
---

# Get all guides

`GET /api/1/cxuc/guides`

## Query parameters

- `orderBy` string
- `orderType` string
- `searchTerm` string
- `skipEnrichmentCalls` string

## Headers

- `Authorization` string, required

## Response `200`

List of guides.
- User JWT → classic `Guides` response
- Bynder API token → `GuidesWithMissingAssets` (headless)

- union
  - Guides
    - `featuredGuides` GuideOverview[]
      - `id` string, uuid
      - `creationTime` string
      - `lastModifiedTime` string
      - `title` string
      - `visibility` 'PRIVATE' | 'SPECIFIC' | 'PORTAL' | 'PUBLIC'
      - `version` integer
      - `ownerId` string
      - `cover` Cover
        - `assetId` string
        - `assetName` string
        - `imageUrl` string
        - `detailUrl` string
      - `isFeatured` boolean
      - `type` 'MULTI_PAGE' | 'SINGLE_PAGE' | 'HOME_PAGE'
      - `groupId` string, uuid
      - `canEdit` boolean
      - `canView` boolean
      - `shared` boolean
      - `targetedPagesEnabled` boolean
    - `allGuides` object[]
      - `id` string, uuid
      - `creationTime` string
      - `lastModifiedTime` string
      - `title` string
      - `visibility` 'PRIVATE' | 'SPECIFIC' | 'PORTAL' | 'PUBLIC'
      - `version` integer
      - `ownerId` string
      - `cover` Cover
        - `assetId` string
        - `assetName` string
        - `imageUrl` string
        - `detailUrl` string
      - `isFeatured` boolean
      - `type` 'MULTI_PAGE' | 'SINGLE_PAGE' | 'HOME_PAGE'
      - `groupId` string, uuid
      - `canEdit` boolean
      - `canView` boolean
      - `shared` boolean
      - `targetedPagesEnabled` boolean
  - GuidesWithMissingAssets
    - `guides` object
      - `featuredGuides` GuideOverviewHeadless[]
        - `id` string, uuid
        - `creationTime` string
        - `lastModifiedTime` string
        - `title` string
        - `visibility` 'PRIVATE' | 'SPECIFIC' | 'PORTAL' | 'PUBLIC'
        - `version` integer
        - `ownerId` string
        - `cover` AssetDto — Bynder asset data. Fields are populated when enrichment is available; only id is guaranteed when enrichment was skipped or asset was missing.
          - `id` string
          - `name` string
          - `description` string
          - `type` string
          - `brandId` string
          - `idHash` string
          - `orientation` string
          - `userCreated` string
          - `dateCreated` string
          - `dateModified` string
          - `datePublished` string
          - `copyright` string
          - `original` string
          - `transformBaseUrl` string
          - `extension` string[]
          - `tags` string[]
          - `propertyOptions` string[]
          - `videoPreviewURLs` string[]
          - `isPublic` boolean
          - `archive` boolean
          - `watermarked` boolean
          - `limited` boolean
          - `fileSize` integer
          - `width` integer
          - `height` integer
          - `property_limitedrights` string
          - `thumbnails` object
            - `mini` string
            - `thul` string
            - `webimage` string
          - `mediaItems` object[]
            - `name` string
            - `publicUrl` string
            - `type` string
        - `isFeatured` boolean
        - `type` 'MULTI_PAGE' | 'SINGLE_PAGE' | 'HOME_PAGE'
        - `groupId` string, uuid
        - `targetedPagesEnabled` boolean
      - `allGuides` object[]
        - `id` string, uuid
        - `creationTime` string
        - `lastModifiedTime` string
        - `title` string
        - `visibility` 'PRIVATE' | 'SPECIFIC' | 'PORTAL' | 'PUBLIC'
        - `version` integer
        - `ownerId` string
        - `cover` AssetDto — Bynder asset data. Fields are populated when enrichment is available; only id is guaranteed when enrichment was skipped or asset was missing.
          - `id` string
          - `name` string
          - `description` string
          - `type` string
          - `brandId` string
          - `idHash` string
          - `orientation` string
          - `userCreated` string
          - `dateCreated` string
          - `dateModified` string
          - `datePublished` string
          - `copyright` string
          - `original` string
          - `transformBaseUrl` string
          - `extension` string[]
          - `tags` string[]
          - `propertyOptions` string[]
          - `videoPreviewURLs` string[]
          - `isPublic` boolean
          - `archive` boolean
          - `watermarked` boolean
          - `limited` boolean
          - `fileSize` integer
          - `width` integer
          - `height` integer
          - `property_limitedrights` string
          - `thumbnails` object
            - `mini` string
            - `thul` string
            - `webimage` string
          - `mediaItems` object[]
            - `name` string
            - `publicUrl` string
            - `type` string
        - `isFeatured` boolean
        - `type` 'MULTI_PAGE' | 'SINGLE_PAGE' | 'HOME_PAGE'
        - `groupId` string, uuid
        - `targetedPagesEnabled` boolean
    - `missingAssetIds` string[]

## Other responses

- `206` — Guides with some missing asset enrichments (Bynder API token only)
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
