api.lookup.get_contact_types

GET /lookup/contactTypes — ACPortal

Python

api.lookup.get_contact_types() -> list[ContactTypeEntity]

CLI

ab lookup get_contact_types

GET /lookup/contactTypes

Response

Returns a list of List[ContactTypeEntity].

Field

Type

Required

Description

id

Optional[int]

no

Contact type ID

name

Optional[str]

no

Contact type name

description

Optional[str]

no

Description

value

Optional[str]

no

Contact type value


← Back to api.lookup