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

    Represents a data source in the contact management system.

    interface WebitelCasesSource {
        createdAt: string;
        createdBy: GeneralLookup;
        description?: string;
        id: string;
        name: string;
        type: WebitelCasesSourceType;
        updatedAt: string;
        updatedBy: GeneralLookup;
    }
    Index

    Properties

    createdAt: string

    Unix timestamp representing when the source was created.

    createdBy: GeneralLookup

    Reference to the user who originally created this source.

    description?: string

    An optional longer explanation of the source's purpose.

    500

    id: string

    Unique identifier for the source, generated automatically.

    name: string

    A unique, descriptive name for the source.

    3

    100

    The type of data source represented by this entry.

    updatedAt: string

    Unix timestamp representing the most recent update.

    updatedBy: GeneralLookup

    Reference to the user who most recently modified this source.