get deprecated
https://tracking.hereapi.com/aliases/v2
Gets all aliases of a project.
If type query parameter is provided, the response will contain
only aliases of the given type.
If externalId query parameter is specified, the
response will contain only aliases that match the given
external ID. The following wildcards can be used:
'*' matches any number of any characters,
'?' matches a single character.
If after query parameter is provided, the successful response will only
contain aliases that were created after the specified timestamp.
Parameters after and pageToken are mutually exclusive and cannot be provided at the same time.
The returned results are sorted in ascending order by the alias creation time.