Viewing all Systems
You use this API to view the list of systems that you have access for.
Request
-
HTTP Method: GET
-
URL: Application_URL/services/api/v1/systems?$filter=substringof(<FILTER_VALUE>, <PROPERTY_NAME>)
-
Query parameter: $filter
$filter: allows you to specify a search text using which you can filter the system.
Description: Where FILTER_VALUE is the parameter to search the text or a substring of the text and <PROPERTY_NAME> is the attribute that contains the text.
For filters, this API follows ODATA URI conventions. For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems_get.
- Example URL: Application_URL/services/api/v1/systems?$filter=substringof('Sample system',Name)
-
Authorization: You must have the roles SYSTEM_READ or SYSTEM_EDIT orSYSTEM_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
If a system exists, and you have appropriate authorizations to view the system, system returns the array of system details. Otherwise, system returns an empty array of system details.
For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems_get.