curl --request GET \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"status": "<string>",
"severity": "<string>",
"title": "<string>",
"description": "<string>",
"acknowledged_at": "<string>",
"resolved_at": "<string>",
"created_at": "<string>",
"alert": {
"alert_type": "<string>",
"context": {},
"charger": {},
"connector": {}
},
"comments": [
{}
],
"activities": [
{}
],
"assignedTo": {
"id": 123,
"name": "<string>",
"email": "<string>"
}
}curl --request GET \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"status": "<string>",
"severity": "<string>",
"title": "<string>",
"description": "<string>",
"acknowledged_at": "<string>",
"resolved_at": "<string>",
"created_at": "<string>",
"alert": {
"alert_type": "<string>",
"context": {},
"charger": {},
"connector": {}
},
"comments": [
{}
],
"activities": [
{}
],
"assignedTo": {
"id": 123,
"name": "<string>",
"email": "<string>"
}
}Returns the details of a specific service alert ticket, including comments, activities, and the assigned user.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
open, acknowledged, in_progress, resolved, auto_resolved.info, warning, critical.null.null.null.