External DocumentationTo learn more, visit the BMC Remedy documentation.
Actions
List Incidents
List all incidents.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Fields | A comma-separated list of the fields to be returned for each object in the response. |
| Limit | The maximum number of results to return. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort | The sort order and the field to sort by. For example: Submit Date.desc. |
{
"entries": [
{
"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"
}
]
}
}
]
}
Was this page helpful?