Download ITSM Attachment
This API is used to download the attachment of any ticket number in ServiceNow.
Update CI Status
| Purpose |
This API is used to download the attachment of any ticket number in ServiceNow. |
|---|---|
| API URL | https://<API URL>:<API Port>/v2/itsmattachment/orgentityid/{orgentityid}/moduleid/{moduleid}/downloadattachmentsdeatil?incidentNumber={incidentNumber} |
| Authentication type | Basic/Token |
| Method Type | POST |
| Example: | https://<API URL>:<API Port>/v2/itsmattachment/orgentityid/1/moduleid/1/downloadattachmentsdeatil?incidentNumber=INC1 |
Response Body:
|
|
Parameters Returned in Response of API
| Column | Column Type | Value | Remarks |
|---|---|---|---|
| Status Code | string | 200/300/400/404 | This field contains unique identifier |
| Status | string | fail/success | Message |
| Result | string | text | This field provides the details of all the attachments uploaded in the ticket. |
| count | int | integer value | Return the number of attachments present in the ticket |