-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exceptions are thrown when using the export option #13
Comments
Nice catch! I've proposed a fix in #14 , as soon as my colleague has time, we shall merge it. |
I recommend using the actual 'export' function when exporting. Maybe we should disallow the export field in the list functionality @zbrag ?
|
I totally missed the export() function... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Exceptions are thrown when using the
export
option on the API.When using the
export
option, the response is very limited, we only get the fields we ask for.It causes errors with some of the object because some fields are required and not expected to be null.
The problem is similar to #12.
I have noticed the issue when using the
list
option forcontacts
anddomains
. Thelimit
field is the one causing the issue.The text was updated successfully, but these errors were encountered: