Notification Controller
post
Authorizations
Path parameters
sessionIdstringRequired
Query parameters
notificationTypestringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/notifications/{sessionId}/unsubscribe HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Path parameters
sessionIdstringRequired
Responses
200
OK
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/notifications/{sessionId}/unregister HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Path parameters
sessionIdstringRequired
Query parameters
notificationTypestringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/notifications/{sessionId}/subscribe HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Path parameters
sessionIdstringRequired
Query parameters
notificationTypesstring[]Optional
Responses
200
OK
text/event-stream
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/notifications/{sessionId}/register HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"timeout": 1
}