braze-api
    Preparing search index...

    Interface ContentBlockListResponse

    interface ContentBlockListResponse {
        content_blocks: {
            content_block_id: string;
            content_type: string;
            created_at: string;
            inclusion_count: number;
            last_edited: string;
            liquid_tag: string;
            name: string;
            tags: string[];
        }[];
        count: number;
        errors?: string[];
        message: string;
    }

    Hierarchy

    • ServerResponse
      • ContentBlockListResponse
    Index

    Properties

    content_blocks: {
        content_block_id: string;
        content_type: string;
        created_at: string;
        inclusion_count: number;
        last_edited: string;
        liquid_tag: string;
        name: string;
        tags: string[];
    }[]
    count: number
    errors?: string[]
    message: string