List links
List links
GET
List links
Returns all navigation links configured for the specified position (HEADER or FOOTER) in the knowledge base. Links are returned in sort order. These links appear in the knowledge base navigation to provide quick access to external resources or important pages. Links are language-specific based on the default language setting.
Authorizations
Query Parameters
Position where links should be displayed (case-insensitive).
Available options:
HEADER, FOOTER Response
200 - application/json
Links retrieved successfully.
Unique identifier for the link.
Sort order within the position (HEADER or FOOTER).
Example:
1
Destination URL for the link.
Maximum string length:
250Example:
"https://piedpiper.com/contact"
Link target behavior - _blank for new tab, _self for same window.
Available options:
_blank, _self Maximum string length:
6Example:
"_blank"
Where the link is displayed in the knowledge base.
Available options:
HEADER, FOOTER Maximum string length:
6Example:
"HEADER"
Display text for the link shown in navigation.
Maximum string length:
250Example:
"Contact Us"