Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias DBAPITestimonialData

    type DBAPITestimonialData = {
        agency_id: number;
        associations: [];
        branch_id: number | null;
        channel: string;
        content: string;
        created_at: string;
        external_id: number | null;
        filtered_associations: [];
        id: number;
        metadata: {
            contact_county: string;
            contact_forenames: string;
            contact_last_name: string;
            contact_title: string;
            external_property_ref: string;
            from: string;
            month_received: string;
            year_received: string;
            year_updated: string;
        };
        name: string;
        updated_at: string
        | null;
        written_on: string | null;
    }
    Index

    Properties

    agency_id: number
    associations: []
    branch_id: number | null
    channel: string
    content: string
    created_at: string
    external_id: number | null
    filtered_associations: []
    id: number
    metadata: {
        contact_county: string;
        contact_forenames: string;
        contact_last_name: string;
        contact_title: string;
        external_property_ref: string;
        from: string;
        month_received: string;
        year_received: string;
        year_updated: string;
    }
    name: string
    updated_at: string | null
    written_on: string | null