Manage Ticket Notes
Updates, gets, and deletes ticket notes by ID.
Gets a note from a ticket.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- ticketType
Supported ticket type
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- ticketId
Unique Identifier (UUID) for incidents,service requests,problem universall called as tickets
- noteId
Unique Identifier of the notes associated with the ticket
Responses
- id
- subject
- description
- createdTime
- updatedTime
- createdBy
Updates ticket notes.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- ticketType
Supported ticket type
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- ticketId
Unique Identifier (UUID) for incidents,service requests,problem universall called as tickets
- noteId
Unique Identifier of the notes associated with the ticket
Request Body
application/json
- description
Responses
- id
- subject
Deletes ticket note.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- ticketType
Supported ticket type
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- ticketId
Unique Identifier (UUID) for incidents,service requests,problem universall called as tickets
- noteId
Unique Identifier of the notes associated with the ticket