Incidents REST Endpoints

Content (IM)/Incidents

The Incidents (incidents) resource lets you manage links between Incident object and Content objects in the Oracle Knowledge Repository.

The end user links a Content object with an Incident object when the content is related to the incident or when the Content object solves a problem related to the Incident object.

Delete
Method: delete
Path: /km/api/v1/incidents/{id}
Find all
Method: get
Path: /km/api/v1/incidents
Find by ID
Method: get
Path: /km/api/v1/incidents/{id}
Incident links
Method: get
Path: /km/api/v1/incidents/{id}/incidentLinks
Link
Method: post
Path: /km/api/v1/incidents/link
Unlink
Method: post
Path: /km/api/v1/incidents/unlink
Update
Method: put
Path: /km/api/v1/incidents/{id}