https://help.xmatters.com/xmapi/index.html#get-event-annotations
Parameters:
Name | Type | Description |
---|---|---|
env |
module:environments.xMattersEnvironment | The xmtoolbox representation of an xMatters instance |
annotationId |
string | The unique identifier (id) or eventID (eventId) of the event |
query |
Object | A json object representing the query string parameters for this request. |
eventId |
string | The unique identifier (id) or eventID (eventId) of the event. Examples : - “add6a38f-bed7-4169-afa2-cbaf5387ef06” - “41159032” Note: We recommend using the UUID, since the event ID number might not always return results. To find the id or UUID for an event, use events.getMany() or locate the Event UUID entry on the event’s Properties screen in the user interface. |
Parameters:
Name | Type | Description |
---|---|---|
env |
module:environments.xMattersEnvironment | The xmtoolbox representation of an xMatters instance. |
query |
Object | A json object representing the query string parameters for this request. |
eventId |
string | The unique identifier (id) or eventID (eventId) of the event. Examples : - “add6a38f-bed7-4169-afa2-cbaf5387ef06” - “41159032” Note: We recommend using the UUID, since the event ID number might not always return results. To find the id or UUID for an event, use events.getMany() or locate the Event UUID entry on the event’s Properties screen in the user interface. |
Parameters:
Name | Type | Description |
---|---|---|
env |
module:environments.xMattersEnvironment | The xmtoolbox representation of an xMatters instance. |
annotation |
Annotation | https://help.xmatters.com/xmapi/index.html#event-annotation-object |
eventId |
string | The unique identifier (id) or eventID (eventId) of the event. Examples : - “add6a38f-bed7-4169-afa2-cbaf5387ef06” - “41159032” Note: We recommend using the UUID, since the event ID number might not always return results. To find the id or UUID for an event, use events.getMany() or locate the Event UUID entry on the event’s Properties screen in the user interface. |