...
Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| fileName | string | no | yes | |
| contentType | string | no | yes | |
| contentUrl | string | yes | no |
URIs
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/attachments | GET | 200 | Returns an Array of all Attachments | |
| /api/attachments/{id} | GET | 200 | Returns one Attachment | |
| /api/attachments | POST | Attachment | 201 | Create new Attachment |
| /api/attachments/{id} | PUT | Attachment | 204 | Update an existing Attachment |
| /api/attachments/{id} | DELETE | 200 | Delete an Attachment |
Accessed through Ticket Api and KnowledgeBaseArticle Api
