Skip to main content

Get Incident

Get incident by ID.

Parameters

ParameterDescription
Incident IDThe ID of the incident.

Example Output

{
"values":
{
"Request ID":"000000000000103",
"Submitter":"Allen",
"Create Date":"2014-12-03T22:53:37.000+0000",
"Assigned To":null,
"Last Modified By":"chris",
"Modified Date":"2014-12-03T22:53:37.000+0000",
"Status":"New",
"Short Description":"testing 123",
},
"_links":{
"self":[
{"href":"http://localhost:8008/api/arsys/v1/entry/HPD:IncidentInterface/000000000000103"
}
]
}
}

Workflow Library Example

Get Incident with Bmc Remedy and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop