Docs Menu
API Developer Guide / middleware / pub / server / browse / getURLAlias

Service: getURLAlias

This service retrieves a URL alias based on a fully qualified name (FQN).

Input Parameter:

Name Type Description
fqn: String The fully qualified name (FQN) for which an alias is requested.

Output Parameter:

Name Type Description
status: Integer The status code.
alias: String The URL alias.
msg: String A message describing the status.