@maschinenlesbar.org/fragdenstaat-cli
    Preparing search index...

    Interface FoiMessageListItem

    A message (Nachricht) in the correspondence of an FOI request.

    interface FoiMessageListItem {
        attachments: JsonValue;
        content: string;
        content_hidden: boolean;
        id: number;
        is_draft: boolean;
        is_escalation: boolean;
        is_postal: boolean;
        is_response: boolean;
        kind: "email" | "post" | "fax" | "upload" | "phone" | "visit" | "import";
        last_modified_at: string | null;
        not_publishable: boolean;
        recipient_public_body: string | null;
        redacted: boolean;
        redacted_content: JsonValue;
        redacted_subject: JsonValue;
        registered_mail_date: string | null;
        request: string;
        resource_uri: string;
        sender: string;
        sender_public_body: string | null;
        sent: boolean;
        status: string;
        status_name: string;
        subject: string;
        timestamp: string;
        url: string;
    }
    Index
    attachments: JsonValue
    content: string
    content_hidden: boolean
    id: number
    is_draft: boolean
    is_escalation: boolean
    is_postal: boolean
    is_response: boolean
    kind: "email" | "post" | "fax" | "upload" | "phone" | "visit" | "import"
    last_modified_at: string | null
    not_publishable: boolean
    recipient_public_body: string | null
    redacted: boolean
    redacted_content: JsonValue
    redacted_subject: JsonValue
    registered_mail_date: string | null
    request: string

    Hyperlink to the parent request.

    resource_uri: string
    sender: string
    sender_public_body: string | null
    sent: boolean
    status: string
    status_name: string
    subject: string
    timestamp: string
    url: string