Note that is linked to a ticket.
id | string <uuid> Identifier of the note. | ||||||
author_id | string <uuid> Identifier of the author of the note. | ||||||
author_name | string [ 0 .. 255 ] characters Name of the note author. | ||||||
categories | Array of any (NoteCategories) >= 0 items Categories on the note.
| ||||||
created_at | string <date-time> Date and time when the note was created. | ||||||
is_public | boolean Indicates if a note is publicly available. | ||||||
ticket_id | string <uuid> Identifier of the ticket. | ||||||
updated_at | string or null <date-time> Date and time when the note was updated. | ||||||
value | string [ 0 .. 1500 ] characters Value of the note. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "author_id": "78424c75-5c41-4b25-9735-3c9f7d05c59e",
- "author_name": "string",
- "categories": [
- "post-scan"
], - "created_at": "2019-08-24T14:15:22Z",
- "is_public": true,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
Attachment that is linked to a note linked to a ticket.
filename | string Name of the attachment. |
note_id | string <uuid> Identifier of the note of a ticket. |
signed_url | string <uri> Url to download or upload the file of the attachment. Few things are important when using this url:
|
{- "filename": "string",
- "note_id": "f37a7c27-f466-4182-88ae-001e80802cdc",
}
Retrieve a list of ticket notes.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "author_id": "78424c75-5c41-4b25-9735-3c9f7d05c59e",
- "author_name": "string",
- "categories": [
- "pre-scan"
], - "created_at": "2019-08-24T14:15:22Z",
- "is_public": true,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
], - "total": 3255
}
Add a note to a ticket.
The note you wish to add.
categories | Array of any (NoteCategories) Categories on a note.
| ||||||
is_public | boolean Default: false Share note with customer. | ||||||
ticket_id required | string <uuid> Identifier of the ticket. | ||||||
value required | string Value of the note. |
Created.
id | string <uuid> Identifier of the note. | ||||||
author_id | string <uuid> Identifier of the author of the note. | ||||||
author_name | string [ 0 .. 255 ] characters Name of the note author. | ||||||
categories | Array of any (NoteCategories) >= 0 items Categories on the note.
| ||||||
created_at | string <date-time> Date and time when the note was created. | ||||||
is_public | boolean Indicates if a note is publicly available. | ||||||
ticket_id | string <uuid> Identifier of the ticket. | ||||||
updated_at | string or null <date-time> Date and time when the note was updated. | ||||||
value | string [ 0 .. 1500 ] characters Value of the note. |
An error occurred - see status code and problem response for more information.
{- "categories": [
- "pre-scan"
], - "is_public": false,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "value": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "author_id": "78424c75-5c41-4b25-9735-3c9f7d05c59e",
- "author_name": "string",
- "categories": [
- "post-scan"
], - "created_at": "2019-08-24T14:15:22Z",
- "is_public": true,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
Retrieve a single note by its identifier.
Successful response.
id | string <uuid> Identifier of the note. | ||||||
author_id | string <uuid> Identifier of the author of the note. | ||||||
author_name | string [ 0 .. 255 ] characters Name of the note author. | ||||||
categories | Array of any (NoteCategories) >= 0 items Categories on the note.
| ||||||
created_at | string <date-time> Date and time when the note was created. | ||||||
is_public | boolean Indicates if a note is publicly available. | ||||||
ticket_id | string <uuid> Identifier of the ticket. | ||||||
updated_at | string or null <date-time> Date and time when the note was updated. | ||||||
value | string [ 0 .. 1500 ] characters Value of the note. |
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "author_id": "78424c75-5c41-4b25-9735-3c9f7d05c59e",
- "author_name": "string",
- "categories": [
- "post-scan"
], - "created_at": "2019-08-24T14:15:22Z",
- "is_public": true,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
Update note for a ticket.
categories | Array of any (NoteCategories) Categories on a note.
| ||||||
is_public | boolean Default: false Share note with customer. | ||||||
ticket_id required | string <uuid> Identifier of the ticket. | ||||||
value required | string Value of the note. |
OK.
id | string <uuid> Identifier of the note. | ||||||
author_id | string <uuid> Identifier of the author of the note. | ||||||
author_name | string [ 0 .. 255 ] characters Name of the note author. | ||||||
categories | Array of any (NoteCategories) >= 0 items Categories on the note.
| ||||||
created_at | string <date-time> Date and time when the note was created. | ||||||
is_public | boolean Indicates if a note is publicly available. | ||||||
ticket_id | string <uuid> Identifier of the ticket. | ||||||
updated_at | string or null <date-time> Date and time when the note was updated. | ||||||
value | string [ 0 .. 1500 ] characters Value of the note. |
{- "categories": [
- "pre-scan"
], - "is_public": false,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "value": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "author_id": "78424c75-5c41-4b25-9735-3c9f7d05c59e",
- "author_name": "string",
- "categories": [
- "post-scan"
], - "created_at": "2019-08-24T14:15:22Z",
- "is_public": true,
- "ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
Retrieve a list of note attachments.
Successful response.
object >= 0 properties Applied query parameters, including defaults. | |||||||
Array of objects (Attachment) >= 0 items List of note attachments. | |||||||
Array (>= 0 items)
| |||||||
total | integer <int64> Total number of resources matching provided query parameters. |
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "filename": "string",
- "note_id": "f37a7c27-f466-4182-88ae-001e80802cdc",
}
], - "total": 3255
}
Generate signed url for note attachment.
Successful response.
filename | string Name of the attachment. |
note_id | string <uuid> Identifier of the note of a ticket. |
signed_url | string <uri> Url to download or upload the file of the attachment. Few things are important when using this url:
|
An error occurred - see status code and problem response for more information.
{- "filename": "image.png",
- "note_id": "f37a7c27-f466-4182-88ae-001e80802cdc"
}
{- "filename": "string",
- "note_id": "f37a7c27-f466-4182-88ae-001e80802cdc",
}
Retrieve a single note attachment by its identifier.
Successful response.
filename | string Name of the attachment. |
note_id | string <uuid> Identifier of the note of a ticket. |
signed_url | string <uri> Url to download or upload the file of the attachment. Few things are important when using this url:
|
An error occurred - see status code and problem response for more information.
{- "filename": "string",
- "note_id": "f37a7c27-f466-4182-88ae-001e80802cdc",
}