AllDivisions table returns itgenoda055: Request timeout

The Exact Online API AllDivisions returns a request timeout since July 22, 2021 around 09:05 UTC across a wide range of companies on Exact Online the Netherlands.

AllDivisions contains divisions directly attached to the subscription of the current user. For accountants, this solely displays the internal Exact Online companies.

The use of SystemDivisions is recommended instead of AllDivisions.

To filter out all companies not within the user’s subscription use logic like:

select *
from   Me me
join   SystemDivisions sdn
on     sdn.Customer = me.UserCustomerId

For more information, see the table Me, SystemDivisions and AllDivisions.