Skip to main content

notes

Overview

Namenotes
TypeResource
Idpagerduty.incidents.notes

Fields

NameDatatypeDescription
idstring
channelobjectThe means by which this Note was created. Has different formats depending on type.
contentstringThe note content
created_atstringThe time at which the note was submitted
userobjectThe user who created a Note. If a service created this Note the user.type will be "bot_user_reference" and user.summary will list the name of the service rather than the user.

Methods

NameAccessible byRequired ParamsDescription
list_incident_notesSELECTidList existing notes for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the API Concepts Document

Scoped OAuth requires: incidents.read
create_incident_noteINSERTFrom, id, data__noteCreate a new note for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

A maximum of 2000 notes can be added to an incident.

For more information see the API Concepts Document

Scoped OAuth requires: incidents.write
_list_incident_notesEXECidList existing notes for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the API Concepts Document

Scoped OAuth requires: incidents.read