Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Download an User-Uploaded Attachment of an Incident
Use this API to download a specific attachment of an incident uploaded by a user.
URI
https://[host]/api/juniper/servicenow/incident-management/incidents/{id}/userUploadedAttachments/{id1} (HTTP method = GET)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the incident for which attachments are to be retrieved |
id1 | Integer | Yes | ID of the user-uploaded attachment to be downloaded |
Consumes
None
Produces
application/octet-stream
Error Codes
Parameter | Description |
---|---|
Attachment is not available | Incident ID is invalid; incident is not found |