Similar to others, we require the extra client properties that the "detailed=true" parameter returns when using the regular list endpoint. When dealing with tenants with thousands of clients we now need to use the paginated list, but because of the lack of details, we then need to reiterate over the list to get them. Obviously very inefficient.
I'm sure the goal of the paginated list endpoint was to reduce Xero's/XPM's API burden so it would make sense to add this parameter. As it stands, the lack of it is probably causing higher resource usage for the API.
Similar to others, we require the extra client properties that the "detailed=true" parameter returns when using the regular list endpoint. When dealing with tenants with thousands of clients we now need to use the paginated list, but because of the lack of details, we then need to reiterate over the list to get them. Obviously very inefficient.
I'm sure the goal of the paginated list endpoint was to reduce Xero's/XPM's API burden so it would make sense to add this parameter. As it stands, the lack of it is probably causing higher resource usage for the API.