ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Parameters

      • _request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  reports: (
                      {
                          attendees: ({ user: (...) | (...) } & {})[];
                          author: { email: string; id: string; name: string | null };
                          client: { id: string; name: string } | null;
                          lead: { id: string; name: string } | null;
                          opportunity: { id: string; name: string; number: string } | null;
                          outcomes: {}[];
                      } & {}
                  )[];
              },
          >,
      >