Viewing a Template
You can view details of a template before you publish, or before you update the details of a template.
Request
-
HTTP Method: GET
-
URL: Application_URL/services/api/v1/template{template ID}
-
Example URL: Application_URL/services/api/v1/template(E0B15BE85E2B41FBA06069B8D61CEB09)
-
Authorization: You must have any of the following roles assigned to your user ID TEMPLATE_READ or TEMPLATE_EDIT or TEMPLATE_DELETE.
Response
-
If a template with the specified template ID exists, system returns the details of the template along with attribute group and attributes assigned to the template.
For more information, see https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#templates__templateID__get.
-
If the template with the specified ID does not exists, or you do not have appropriate authorizations to view the template, system returns an error code.
For more information on error codes, see https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#templates__templateID__get.