This is an archive version of the document. To get the most up-to-date information, see the current version.

SetLinks Custom Query Option (setLinks)

The setLinks Custom Query Option defines whether links to related resources must be present in a response. The default value for the setLinks query parameter is true. Excluding links by specifying the false value allows for faster response generation.

For example, to return a collection of all backup server licenses without links to resources of related backup servers, send the following request:

GET https://<hostname>:1281/v2/licensing/backupserverLicenses?setLinks=false