You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have edited the list() function to return just the raw JSON response and the response does include an id field. Really not sure why this issue is happening.
I'm running into an issue when I try to query the API through this SDK to get a list of the sites associated with the current access code.
This is the exception that gets thrown:
I am not very familiar with
pydantic
but it seems that it's failing at parsing theid
of a site, but surely the API returns IDs for each site in JSON.The text was updated successfully, but these errors were encountered: