Related Documentation
- Junos Space
- Get All Incidents in Service Now
- Get an Incident by Incident ID
- Get Incident by Customer Tracking Number
- Export the Summary of an Incident to Excel
- Download all Attachments of an Incident
- Download Log Files and JMB of an Incident
- Upload Attachment to Incident by Using SCP
- Upload Attachment to Incident by Using HTTP
- Incident Management REST API Overview
Export a JMB in the HTML or XML Format
Use this API to export JMB of an incident in HTML or XML file formats and share it on your local file system.
URI
https://[host]/api/juniper/servicenow/incident-management/incidents/{id} /exportJMB?type={type}&content={content} (HTTP method = GET)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the Incident for which JMB data is to be exported |
type | String | No | Valid values are:
If type is not specified, JMB is exported in XML format. |
content | String | No | Valid values are:
If content is not specified, JMB is exported with the original unfiltered content. |
Consumes
None
Produces
application/octet-stream
Response Status Code
Message | Description |
---|---|
404 Not Found |
|
Related Documentation
- Junos Space
- Get All Incidents in Service Now
- Get an Incident by Incident ID
- Get Incident by Customer Tracking Number
- Export the Summary of an Incident to Excel
- Download all Attachments of an Incident
- Download Log Files and JMB of an Incident
- Upload Attachment to Incident by Using SCP
- Upload Attachment to Incident by Using HTTP
- Incident Management REST API Overview