useresponse
    Preparing search index...

    Interface ObjectAddParams

    interface ObjectAddParams {
        attachments?: NewAttachment[];
        category_id?: number;
        content?: string;
        expire_select?: string;
        expires_at?: string;
        force_author?: string;
        is_private?: number;
        object_type: "idea" | "problem" | "question" | "ticket";
        ownership: "feedback" | "helpdesk";
        property_1?: string;
        responsible_id?: number;
        tags?: string[];
        team_id?: number;
        title: string;
    }
    Index

    Properties

    attachments?: NewAttachment[]

    Array of attachments

    category_id?: number

    Valid category id to assign new object to Value 0 means no category

    0
    
    content?: string

    The content of a new object. Supports BBcode, but HTML tags are not allowed ##### Max content length: 12000 chars ##### Required for feedback, announcements

    Here is the sense of my problem
    
    expire_select?: string

    Allows to use object expiration date Value never means that announcement has no expiration date ##### Valid only for announcements. Valid values: never, on_date

    never
    
    expires_at?: string

    Valid only for announcements and date should be in format dd.mm.yyyy ##### required when expire_select parameter value is set to on_date

    15.06.2020
    
    force_author?: string

    Allows to set object author manually Requires appropriate privilege Valid user id or any email address

    support@useresponse.com
    
    is_private?: number

    Allows to define object privacy ##### Only for feedback and announcements ##### Valid values: 0, 1

    0
    
    object_type: "idea" | "problem" | "question" | "ticket"

    Valid object type

    ticket
    @enum {string}
    ownership: "feedback" | "helpdesk"

    Object belongs to a logical group

    helpdesk
    @enum {string}
    property_1?: string

    Specify the name for the custom field

    Support
    
    responsible_id?: number

    Valid agent or administrator user id Value 0 means nobody

    10
    
    tags?: string[]

    Array of tags

    team_id?: number

    Valid team numeric identifier

    5
    
    title: string

    The title of a new object ##### Max title length: 100 chars

    My first helpdesk record