Circle V2 API Docs
    Preparing search index...
    type ActionItemQuestion = {
        assignee_id: ProfileId | ContactId | null;
        assignee_name: string | null;
        assignee_type: "profile" | "contact" | null;
        audit_template_name: string;
        next_step: ActionItemNextStep;
        question: string | null;
        question_id: AuditQuestionId;
        response_id: AuditResponseId;
        run_created_at: string;
        short_form_response: string | null;
        status: string | null;
    }
    Index

    Properties

    assignee_id: ProfileId | ContactId | null
    assignee_name: string | null
    assignee_type: "profile" | "contact" | null
    audit_template_name: string
    question: string | null
    question_id: AuditQuestionId
    response_id: AuditResponseId
    run_created_at: string
    short_form_response: string | null
    status: string | null