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

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  requests: (
                      {
                          approver: { email: string; id: string; name: string | null }
                          | null;
                          comments: ({ author: { id: ...; name: ... } } & {})[];
                          currency: {} | null;
                          requester: { email: string; id: string; name: string | null };
                      } & {}
                  )[];
                  pagination: { total: number; page: number; limit: number; pages: number };
              },
          >,
      >