User will get the list of Security Templates available to him.
The user submitting the request must have administrator rights to view Security Templates.
In response user will get a list, containing template names and their corresponding template id.
The Response Body is a JSON object.
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
[- {
- "templateId": "7d7345d0-f423-11e9-8071-89c0c4052141",
- "templateName": "No Access",
- "securityDenormalized": [
- {
- "groupId": "7d6207c0-f423-11e9-8071-89c0c4052141",
- "permissions": [
- "d0bbfb23-9304-4eb0-9c60-8e6e27a580d9"
]
}
], - "templateDocument": [
- {
- "groupPermissions": [
- {
- "permissionId": "d0bbfb23-9304-4eb0-9c60-8e6e27a580d9",
- "isPermitted": true
}
], - "groupId": "7d6207c0-f423-11e9-8071-89c0c4052141"
}
]
}
]