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

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  success: boolean;
                  data: {
                      requests: (
                          {
                              approver: { email: string; id: string; name: (...) | (...) }
                              | null;
                              comments: ({ author: ... } & {})[];
                              currency: { code: string; symbol: string } | null;
                              requester: { email: string; id: string; name: string | null };
                          } & {}
                      )[];
                      isAdmin: boolean;
                  };
              },
          >,
      >