List Aliases
aliases_list( object_type = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
object_type | string optional. Filter results by object type. Pass multiple object types with a comma-separatedlist. Valid types include: model, cass_ncoa, container_script, gdoc_export, geocode, media_optimizer, python_script, r_script, salesforce_export, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report. |
---|---|
limit | integer optional. Number of results to return. Defaults to 50. Maximum allowed is 1000. |
page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. |
order | string optional. The field on which to order the result set. Defaults to id. Must be one of: id, object_type. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
An array containing the following fields:
integer, The id of the Alias object.
integer, The id of the object
string, The type of the object. Valid types include: model, cass_ncoa, container_script, gdoc_export, geocode, media_optimizer, python_script, r_script, salesforce_export, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report.
string, The alias of the object
integer, The id of the user who created the alias
string, The display name of the Alias object. Defaults to object name if not provided.