Viewing System Templates for a System
You use this API to view details of system templates.
Request
-
HTTP Method: GET
-
URL: Application_URL/services/api/v1/systems({systemId})/templates?version=<VERSION>
-
Query Parameter: version
version: Refers to version of the system for which you want to fetch system templates.
-
Example URL: Application URL/services/api/v1/system(E0B15BE85E2B41FBA06069B8D61CEB09)/templates?version=2
-
Authorization: You must have the roles SYSTEM_EDIT, SYSTEM_READ or SYSTEM_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
- If a system with the specified system ID exists, system returns the details of the templates that are assigned to the system along with attribute group and attributes assigned to the template.
For more information, seehttps://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems__systemId___templates_get .
- If the system with the specified ID does not exist, or you do not have appropriate authorizations to view the system templates, system returns an error message.
For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems__systemId___templates_get.