Skip to content

Error in ContactsApi get_attributes when your contact attributes contain a multiple-choice field #10

@simonbauwens

Description

@simonbauwens

Running get attributes when your contact attributes contains a multiple-choice field, gives you an error:

try:
    api_response = contacts_api_instance.get_attributes()
except ApiException as e:
    print("Exception when calling AttributesApi->get_attributes: %s\n" % e)
ValueError: Invalid value for `type` (multiple-choice), must be one of ['text', 'date', 'float', 'id', 'boolean']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions