Download OpenAPI specification:Download
Provides the ability to subscribe to and unsubscribe from External API notifications.
Main operation
POST /hub
request sample 1
{
"callback": "http://mydomain/notification",
"query": "eventType = ServiceOrderCreationNotification"
}
request sample 2
{
"callback": "http://mydomain/notification",
"query": "eventType=ServiceOrderCreationNotification,ServiceOrderStateChangeNotification"
}
EventType for serviceOrdering
EventType for serviceInventory
query required | string The query must have an eventType= information.\nOptionally a ? could be added to reduce hub.\nquery”:”eventType = ServiceOrderStateChangeNotification”&serviceOrder.state=COMPLETED |
callback required | string URL where notification must be send |
Created
{- "query": "string",
- "callback": "string"
}
{- "id": "string",
- "query": "string",
- "callback": "string"
}
{- "id": "string",
- "query": "string",
- "callback": "string"
}