@webitel/api-services
    Preparing search index...

    Metadata for a file associated with a case.

    interface WebitelCasesFile {
        createdAt?: string;
        createdBy?: GeneralExtendedLookup;
        id?: string;
        mime?: string;
        name?: string;
        size?: string;
        source?: string;
        url?: string;
    }
    Index

    Properties

    createdAt?: string

    Creation timestamp in Unix milliseconds.

    Creator of the file.

    id?: string

    Storage file ID.

    mime?: string

    MIME type of the file.

    name?: string

    File name.

    size?: string

    File size in bytes.

    source?: string
    url?: string