Skip to main content
GET
/
api
/
rulealert
/
{id}
Retrieve a RuleAlert record
curl --request GET \
  --url https://api.example.com/api/rulealert/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "rule_title": "<string>",
  "alert_priority_level": "<string>",
  "created_by": 123,
  "modified_by": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this rule details.

Response

200 - application/json
id
integer
required
rule_title
string
required
alert_priority_level
string
Maximum string length: 255
created_by
integer | null
modified_by
integer | null