The Repository Alias API returns repository alias records consisting of the following fields:
- ixRepoAlias: unique identifier of the alias.
- sName: the user-provided name of the alias.
- sSlug: the slugified name. This slug must be unique within each project.
- ixRepo: the unique identifier of the repository to which the alias is attached.
See the API introduction for information about the types of these fields.