client.aliases.get

A method of the Aliases endpoint.

get(id: int) Response

Get an Alias

API URL: GET /aliases/{id}

import civis
client = civis.APIClient()
response = client.aliases.get(...)
Parameters:
idint
Returns:
civis.Response
  • idint

    The id of the Alias object.

  • object_idint

    The id of the object

  • object_typestr

    The type of the object. Valid types include: cass_ncoa, container_script, geocode, identity_resolution, dbt_script, python_script, r_script, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report.

  • aliasstr

    The alias of the object

  • user_idint

    The id of the user who created the alias

  • display_namestr

    The display name of the Alias object. Defaults to object name if not provided.