Get action templates
GET/:customer_id/admin/sentinel-actions/templates
Get a list of action templates available
Request
Path Parameters
customer_id Customer Idrequired
Id of the tenant
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
templates object[]required
List of action templates available
id uuidrequired
Action template id
description Descriptionrequired
Action description
action_type Action Typerequired
Action type
{
"templates": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"description": "string",
"action_type": "string"
}
]
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
errors undefined[]nullablerequired
{
"message": "string",
"errors": [
null
]
}
Loading...