Show TOC

Reference of Most Important URL PartsLocate this document in the navigation structure

The following table provides a summary of the most important URL parts for the launchpad service that have been described in this section:

Table 1: URL Parts
URL Part Example Description
/Folders http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/Folders('08HOME_AND09AREA_PAGE00')/Folders?$format=xml List of folders in a given folder
/Links http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/Folders('08HOME_AND09AREA_PAGE2080E0ED0A31991DDDBF880C52951503A4')/Links?$format=xml List of a links in a given folder (excluding links in subfolders)
/AllLinks http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/Folders('<LAUNCHPAD ID>')/AllLinks?$format=xml List of all links in a given folder, including links in all subfolders
/Icons http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/Folders('<LAUNCHPAD ID>')/Icons?$format=xml List of icons in a given folder
Table 2: URL Parameters
Parameter Example Description
$orderby=<property> asc $orderby=text asc Sort in ascending order
$orderby=<property> desc $orderby=text desc Sort in descending order
$filter=<property> eq <value> $filter=text eq 'Participation Overview' Filter for items with the name 'Participation Overview'
$filter=text eq 'Test and Demos' and level eq 1 Filter for a launchpad with the name 'Test and Demos'