Telephony api - 'get sites' fails with AttributeError

Hi, we've been experiencing problem when using this method:

PureCloudPlatformClientV2.TelephonyProvidersEdgeApi().get_telephony_providers_edges_sites()

The call always fails with

AttributeError: module 'PureCloudPlatformClientV2.models' has no attribute 'LocalDateTime'

Our current workaround is to call the web api directly using requests, which works perfectly well.

requests.get("https://api.mypurecloud.ie/api/v2/telephony/providers/edges/sites", headers={...})

We first noticed this issue on Sep 10, 2018, on client v35.1.0. I tried it again this morning with client v43.0.0, but the issue prevails.
The workarnoud currently covers our needs, so this isn't super high priority problem, but I'd like to figure out what's going on.

Can you give me any advice?

This is a known issue being tracked as API-3670.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.